Skip to content

Commit

Permalink
update airbnb config
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jun 26, 2018
1 parent fbcb859 commit c678705
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 187 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"author": "Mozilla Add-ons Team",
"license": "MPL-2.0",
"dependencies": {
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.13.0",
"eslint-config-airbnb": "17.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "7.10.0"
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1"
},
"devDependencies": {
"eslint": "^5.0.0"
"eslint": "^4.19.1"
},
"peerDependencies": {
"eslint": "^4.5.0"
"eslint": "^4.19.1"
}
}
Loading

0 comments on commit c678705

Please sign in to comment.