Skip to content

Commit

Permalink
lint: add import/no-unresolved ESLint rule
Browse files Browse the repository at this point in the history
PR-URL: #133
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
  • Loading branch information
aqrln authored and belochub committed Jan 22, 2018
1 parent 794e0bf commit e22c0fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ env:
node: true
es6: true
extends: 'eslint:recommended'
plugins:
- import
rules:
indent:
- error
Expand Down Expand Up @@ -173,3 +175,6 @@ rules:
template-curly-spacing:
- error
- never
import/no-unresolved:
- error
- commonjs: true
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"eslint": "^3.12.2",
"eslint-plugin-import": "^2.2.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
Expand Down

0 comments on commit e22c0fd

Please sign in to comment.