Skip to content

Commit

Permalink
Merge pull request #11 from imweb/jinwei_20180710_fudao_update_rules
Browse files Browse the repository at this point in the history
jinwei 20180710 fudao update rules
  • Loading branch information
avwo authored Aug 13, 2018
2 parents 3aa3e10 + ff45ac5 commit b5d4b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
'jsx-a11y/no-noninteractive-element-interactions': 0,
'jsx-a11y/mouse-events-have-key-events': 0,
'jsx-a11y/no-noninteractive-tabindex': 0,
'jsx-a11y/anchor-is-valid': 0,
'array-callback-return': 0,
'comma-dangle': ['error', {
arrays: 'always-multiline',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": ">= 4"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1"
}
}

0 comments on commit b5d4b66

Please sign in to comment.