Skip to content

Commit d679b2b

Browse files
committed
Merge pull request react-bootstrap#1262 from AlexKVal/airbnb
Remove linting rules that are already present in `airbnb`
2 parents 09fe7a5 + b20e7d9 commit d679b2b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.eslintrc

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
"rules": {
1616
"constructor-super": 2,
1717
"comma-dangle": 0,
18-
"comma-spacing": 2,
19-
"comma-style": [2, "last"],
2018
"func-names": 0,
2119
"guard-for-in": 0,
2220
"one-var": [2, { "initialized": "never" }],
@@ -26,32 +24,17 @@
2624
"no-else-return": 0,
2725
"no-param-reassign": 0,
2826
"no-this-before-super": 2,
29-
"no-underscore-dangle": 0,
3027
"no-undef": 2,
3128
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
32-
"no-var": 2,
3329
"babel/object-shorthand": 2,
34-
"quotes": [2, "single", "avoid-escape"],
35-
"react/display-name": 0,
3630
"react/jsx-boolean-value": [2, "never"],
3731
"react/jsx-no-duplicate-props": 2,
38-
"react/jsx-no-undef": 2,
39-
"react/jsx-uses-react": 2,
40-
"react/no-did-mount-set-state": 2,
41-
"react/no-did-update-set-state": 2,
42-
"react/no-multi-comp": 2,
4332
"react/prop-types": [2, { "ignore": [ "children", "className", "style" ] }],
44-
"react/react-in-jsx-scope": 2,
45-
"react/self-closing-comp": 2,
4633
"react/sort-comp": 0,
47-
"react/wrap-multilines": 2,
48-
"react/jsx-uses-vars": 2,
4934
"space-after-keywords": 0,
5035
"space-before-blocks": 0,
5136
"space-before-function-paren": 0,
52-
"space-infix-ops": 2,
5337
"spaced-comment": 0,
54-
"strict": [2, "never"],
5538
"vars-on-top": 0
5639
}
5740
}

0 commit comments

Comments
 (0)