diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 4bed466..8c9d6d9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,7 @@ { - "extends": "react-app" -}
\ No newline at end of file + "extends": "react-app", + "rules": { + "jsx-quotes": ["error", "prefer-double"], + "quotes": ["error", "single"] + } +} |