Skip to content

Commit

Permalink
Keep eslint config versions locked
Browse files Browse the repository at this point in the history
Style is somewhat arbitary as long as its consistent. `^` let’s it move around.
  • Loading branch information
interactivellama committed Apr 27, 2018
1 parent 477bbeb commit 4c67a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"enzyme": "^2.5.1",
"enzyme-to-json": "^1.5.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb": "16.1.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-import": "^2.11.0",
Expand Down

0 comments on commit 4c67a47

Please sign in to comment.