Skip to content

Commit

Permalink
Remove duplicate rule from eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Jan 30, 2022
1 parent 4b10876 commit bea16d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"no-spaced-func": ["error"],
"no-trailing-spaces": ["error", {"skipBlankLines": true}],
"no-whitespace-before-property": ["error"],
"object-curly-spacing": ["error", "never"],
"one-var": ["error", "never"],
"semi": ["error", "always"],
"semi-spacing": ["error", {"before": false}],
Expand Down

0 comments on commit bea16d3

Please sign in to comment.