Skip to content

Commit

Permalink
Merge pull request #19 from Yoctol/chentsulin-patch-1
Browse files Browse the repository at this point in the history
Fix rules overwrited by airbnb
  • Loading branch information
tw0517tw committed Jun 7, 2016
2 parents 4da2d04 + 2798940 commit ed0611e
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 ed0611e

Please sign in to comment.