Skip to content

Commit a1c104a

Browse files
Upgrade lint plugins for ESLint v5 compatibility
Bump to the compatible versions listed in airbnb/javascript#1834.
1 parent 769a64b commit a1c104a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"enzyme-adapter-react-16": "^1.1.0",
5353
"enzyme-adapter-react-helper": "^1.2.2",
5454
"eslint": "^5.0.1",
55-
"eslint-config-airbnb": "^17.0.0",
56-
"eslint-plugin-import": "^2.7.0",
57-
"eslint-plugin-jsx-a11y": "^6.0.3",
55+
"eslint-config-airbnb": "^17.1.0",
56+
"eslint-plugin-import": "^2.13.0",
57+
"eslint-plugin-jsx-a11y": "^6.1.0",
5858
"eslint-plugin-react": "^7.11.1",
5959
"karma": "^2.0.0",
6060
"karma-coverage": "^1.1.1",

0 commit comments

Comments
 (0)