Skip to content

Commit

Permalink
update airbnb config
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 14, 2018
1 parent fbcb859 commit 9df30bb
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 362 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.1.0",
"eslint-plugin-import": "^2.14.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.1.1",
"eslint-plugin-react": "^7.11.0"
},
"devDependencies": {
"eslint": "^5.0.0"
"eslint": "^5.3.0"
},
"peerDependencies": {
"eslint": "^4.5.0"
"eslint": "^4.19.1 || ^5.0.0"
}
}

0 comments on commit 9df30bb

Please sign in to comment.