mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-05 00:47:28 +00:00
Add eslint package
This commit is contained in:
parent
1e569811a9
commit
3499c54ea5
2 changed files with 1937 additions and 46 deletions
1888
package-lock.json
generated
1888
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -23,10 +23,13 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ansi-escapes": "^4.0.0",
|
"ansi-escapes": "^4.0.0",
|
||||||
"emglken": "^0.5.2",
|
"emglken": "^0.5.2",
|
||||||
|
"eslint": "^8.41.0",
|
||||||
"minimist": "^1.2.5",
|
"minimist": "^1.2.5",
|
||||||
"mute-stream": "0.0.8"
|
"mute-stream": "0.0.8"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"lint": "eslint bin/ src/",
|
||||||
|
"lint:fix": "eslint --fix bin/ src/",
|
||||||
"play": "node ./bin/player.stdio.js",
|
"play": "node ./bin/player.stdio.js",
|
||||||
"test": "./tests/runtests.sh"
|
"test": "./tests/runtests.sh"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue