Skip to content

Commit

Permalink
Fix rules overwrited by airbnb
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Jun 7, 2016
1 parent 4da2d04 commit 2798940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
extends: [
'eslint-config-yoctol-base',
'eslint-config-yoctol-base/rules/strict',
'eslint-config-airbnb',
'eslint-config-airbnb/rules/react',
'eslint-config-airbnb/rules/react-a11y',
'./rules/react',
'./rules/react-a11y',
].map(require.resolve),
Expand Down

0 comments on commit 2798940

Please sign in to comment.