Skip to content

Commit

Permalink
Bump lint config versions for eslint 5 (#500)
Browse files Browse the repository at this point in the history
Fixes deprecation warning upon lint
  • Loading branch information
Throne3d authored Aug 8, 2019
1 parent c9ccd7b commit a719185
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 20 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"func-names": 0,
"import/no-extraneous-dependencies": [2, { "devDependencies": true }],
"import/prefer-default-export": 0,
"import/no-dynamic-require": 0
"import/no-dynamic-require": 0,
"operator-linebreak": 0,
"implicit-arrow-linebreak": 0
}
}
60 changes: 43 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"chai": "^4.2.0",
"coveralls": "^3.0.4",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.17.3",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"sinon": "^4.5.0",
Expand Down

0 comments on commit a719185

Please sign in to comment.