Skip to content

Commit

Permalink
[eslint config] Remove rules/strict from 'extends'
Browse files Browse the repository at this point in the history
Since the file is now imported in base instead.

Fixes airbnb#1582.
  • Loading branch information
edmorley committed Nov 20, 2018
1 parent 6c77ac6 commit b24ffd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config-airbnb/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
extends: [
'eslint-config-airbnb-base',
'eslint-config-airbnb-base/rules/strict',
'./rules/react',
'./rules/react-a11y',
].map(require.resolve),
Expand Down

0 comments on commit b24ffd5

Please sign in to comment.