Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Stop ESLint enforcing quote style. Prettier is used for that.
Browse files Browse the repository at this point in the history
Also check: prettier/prettier#2338
when Prettier was using double quotes, instead single quotes (as in config: `"singleQuote": true`)
  • Loading branch information
drbonzo committed May 10, 2018
1 parent c178e80 commit bfd2508
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Expand Up @@ -50,7 +50,6 @@
"eqeqeq": ["error", "smart"],
"no-use-before-define": "error",
"no-var": "error",
"quotes": ["warn", "single"],
"semi": ["error", "always"],
"strict": ["error", "global"],
"react/react-in-jsx-scope": 0,
Expand Down

0 comments on commit bfd2508

Please sign in to comment.