mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 05:28:03 +02:00
Allow linter to do static analysis on modules
This commit is contained in:
+4
-1
@@ -2,5 +2,8 @@
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module"
|
||||
}
|
||||
},
|
||||
extends: [
|
||||
"plugin:import/errors"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user