Skip to content

Commit

Permalink
feat(deps): bump eslint-plugin-import from 2.16.0 to 2.17.2 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and ybiquitous committed Apr 22, 2019
1 parent 7ae9e78 commit 9db61e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
28 changes: 9 additions & 19 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-compat": "^3.1.1",
"eslint-plugin-eslint-comments": "^3.1.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
Expand Down
1 change: 1 addition & 0 deletions rules/plugins/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
"import/no-restricted-paths": "off",
"import/no-self-import": "error",
"import/no-unassigned-import": "off",
"import/no-unused-modules": "warn",
"import/no-useless-path-segments": "error",
"import/no-webpack-loader-syntax": "error",
"import/order": "error",
Expand Down

0 comments on commit 9db61e3

Please sign in to comment.