Skip to content

Commit

Permalink
Merge pull request #13 from Yoctol/put-airbnb-after-yoctol-base
Browse files Browse the repository at this point in the history
Put airbnb after require yoctol-base
  • Loading branch information
tw0517tw committed May 6, 2016
2 parents 4e60c87 + 4e586e5 commit 2907618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
extends: [
'eslint-config-airbnb',
'eslint-config-yoctol-base',
'eslint-config-yoctol-base/rules/strict',
'eslint-config-airbnb',
'./rules/react',
'./rules/react-a11y',
].map(require.resolve),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/Yoctol/eslint-config-yoctol",
"dependencies": {
"eslint-config-airbnb": "^8.0.0",
"eslint-config-yoctol-base": "^0.1.1"
"eslint-config-yoctol-base": "^0.1.2"
},
"devDependencies": {
"eslint": "^2.9.0",
Expand Down

0 comments on commit 2907618

Please sign in to comment.