Skip to content

Commit bf7d24f

Browse files
committed
Tests; Package.json, Finished Merge
1 parent 53cbec9 commit bf7d24f

File tree

10 files changed

+419
-63
lines changed

10 files changed

+419
-63
lines changed

.eslintrc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sourceType": "module",
1919
"ecmaVersion": 2018,
2020
"ecmaFeatures": {
21-
"impliedStrict": true,
21+
"impliedStrict": true,
2222
"jsx": true,
2323
"arrowFunctions": true,
2424
"blockBindings": true,
@@ -42,10 +42,11 @@
4242
"react/jsx-boolean-value": 0,
4343
"max-len": [2, {"code":120,"ignoreComments":true}],
4444
"newline-per-chained-call": 0,
45-
"quotes": ["error", "double"],
45+
"no-trailing-spaces": ["error"],
46+
"quotes": ["error", "double", { "avoidEscape": true }],
4647
"comma-dangle": ["error", "never"],
4748
"semi": ["error", "always"],
48-
"array-bracket-spacing": ["error", "always"],
49-
"quote-props": ["error", "consistent-as-needed"]
49+
"object-curly-spacing": ["error", "always"],
50+
"quote-props": ["error", "consistent"]
5051
}
5152
}

0 commit comments

Comments
 (0)