Skip to content

Commit

Permalink
Merge pull request #61 from mozilla/fix-airbnb
Browse files Browse the repository at this point in the history
Update airbnb config
  • Loading branch information
willdurand committed Aug 14, 2018
2 parents 40ff436 + 4ae0ee7 commit 219c94d
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.18.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 219c94d

Please sign in to comment.