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: metarhia/jstp#133
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
  • Loading branch information
aqrln authored and belochub committed Jul 21, 2018
1 parent 0431670 commit fe96c62
Showing 1 changed file with 5 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

0 comments on commit fe96c62

Please sign in to comment.