Skip to content

Commit 6010073

Browse files
committed
Remove rules that are already defined by the airbnb config
1 parent c65964f commit 6010073

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

config.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,5 @@ module.exports = {
99
jest: true,
1010
},
1111
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-
},
12+
rules: {},
2213
};

0 commit comments

Comments
 (0)