Allow linter to do static analysis on modules

This commit is contained in:
Kushan Joshi
2016-06-15 20:18:14 +05:30
parent 9f1fff0828
commit 427a584558
2 changed files with 7 additions and 3 deletions
+4 -1
View File
@@ -2,5 +2,8 @@
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
}
},
extends: [
"plugin:import/errors"
]
}