Skip to content

Commit 539b89b

Browse files
feliciachangbpalomino5
authored andcommitted
Applying styling components and theming
* changed home page style * using styled-theming * applied shared Button style throughout app * disabled Create Project Button
1 parent 90f56fb commit 539b89b

File tree

20 files changed

+357
-211
lines changed

20 files changed

+357
-211
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"template-curly-spacing": [2, "always"],
88
"array-bracket-spacing": [2, "always"],
99
"object-curly-spacing": [2, "always"],
10-
"object-curly-newline": [0],
1110
"implicit-arrow-linebreak": [0],
11+
"object-curly-newline": [0, "never"],
1212
"computed-property-spacing": [2, "never"],
1313
"no-multiple-empty-lines": [2, { "max": 1, "maxEOF": 0, "maxBOF": 0 }],
1414
"quotes": [1, "single", "avoid-escape"],

0 commit comments

Comments
 (0)