We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65964f commit 6010073Copy full SHA for 6010073
config.js
@@ -9,14 +9,5 @@ module.exports = {
9
jest: true,
10
},
11
plugins: ['react'],
12
- rules: {
13
- 'indent': ['error', 4],
14
- 'linebreak-style': ['error', 'unix'],
15
- 'quotes': ['error', 'single'],
16
- 'jsx-quotes': ['error', 'prefer-double'],
17
- 'semi': ['error', 'always'],
18
- 'react/jsx-uses-react': 2,
19
- 'react/jsx-uses-vars': 2,
20
- 'react/react-in-jsx-scope': 2,
21
- },
+ rules: {},
22
};
0 commit comments