Skip to content
This repository was archived by the owner on Feb 6, 2019. It is now read-only.

Commit e6d9e65

Browse files
committed
Update eslint settings for jsx-quotes
1) jsx-quotes is now part of ESLint itself: jsx-eslint/eslint-plugin-react#217 2) setting jsx-quotes to "prefer-single", i.e. single quote unless the string contains a single quote.
1 parent 69f73f8 commit e6d9e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beavy/jsbeavy/.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"rules": {
2525
"react/jsx-boolean-value": 2,
26-
"react/jsx-quotes": 2,
26+
"jsx-quotes": [2, "prefer-single"],
2727
"react/jsx-no-undef": 2,
2828
"react/jsx-sort-props": 0,
2929
"react/jsx-sort-prop-types": 0,

0 commit comments

Comments
 (0)