Skip to content

Commit

Permalink
.eslintrc.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed Oct 8, 2020
1 parent 5023ad1 commit 18a9978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -91,7 +91,7 @@
"no-with": 2,
"object-curly-spacing": [2, "never"],
"one-var": [2, "never"],
"quote-props": [2, "consistent-as-needed"],
"quote-props": [2, "as-needed"],
"quotes": [2, "single"],
"semi": [2, "always"],
"semi-spacing": [2, {
Expand Down

0 comments on commit 18a9978

Please sign in to comment.