Skip to content

Commit ad0c44c

Browse files
edmorleyljharb
authored andcommitted
[eslint config] Remove rules/strict from 'extends'
Since the file is now imported in base instead. Fixes airbnb#1582.
1 parent 42c647f commit ad0c44c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/eslint-config-airbnb/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
extends: [
33
'eslint-config-airbnb-base',
4-
'eslint-config-airbnb-base/rules/strict',
54
'./rules/react',
65
'./rules/react-a11y',
76
].map(require.resolve),

0 commit comments

Comments
 (0)