mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
lint modules
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
},
|
||||
extends: [
|
||||
"plugin:import/errors"
|
||||
]
|
||||
],
|
||||
rules: {
|
||||
"no-invalid-this": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
"scripts": {
|
||||
"test": "npm run lint && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html dot && make && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index_packaged.html dot",
|
||||
"start": "http-server .",
|
||||
"lint": "eslint js/id test/spec",
|
||||
"lint:modules": "eslint modules"
|
||||
"lint": "eslint js/id test/spec modules"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user