mirror of https://github.com/gorhill/uBlock.git
Lint Mocha tests too (#3824)
This commit is contained in:
parent
087da6407d
commit
f8f45cab70
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"root": true,
|
||||
"env": {
|
||||
"es2021": true,
|
||||
"node": true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "node build.js",
|
||||
"lint": "eslint js/ *.js",
|
||||
"lint": "eslint js/ *.js tests/",
|
||||
"test": "node test.js --mocha"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"env": {
|
||||
"mocha": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue