Skip to content

Commit

Permalink
Switch to config-base for lint to get rid of peerDep warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
40thieves committed Mar 23, 2017
1 parent e8efee3 commit b007c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "airbnb/base",
"extends": "airbnb-base",
"rules": {
"max-len": [2, 80],
"semi": [2, "never"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"babel-preset-es2015": "^6.18.0",
"dotenv": "^2.0.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"jest": "^17.0.3",
"prettier": "^0.22.0",
Expand Down

0 comments on commit b007c35

Please sign in to comment.