Navigation Menu

Skip to content

Commit

Permalink
[Dev Deps] update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 24, 2018
1 parent 0d7faa9 commit 0b46f1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"string.prototype.padstart": "^3.0.0"
},
"devDependencies": {
"eslint": "^4.12.0",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"safe-publish-latest": "^1.1.1",
Expand Down
5 changes: 5 additions & 0 deletions test/.eslintrc
@@ -0,0 +1,5 @@
{
"rules": {
"func-names": 0,
},
}

0 comments on commit 0b46f1d

Please sign in to comment.