mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-quickstart.git
synced 2025-10-03 04:30:57 +08:00
feat: add eslintrc for test/
This commit is contained in:
parent
f9059399f3
commit
0cf0b08d2d
1 changed files with 9 additions and 0 deletions
9
test/.eslintrc
Normal file
9
test/.eslintrc
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"mocha": true
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"no-unused-vars": "off"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue