lint: lint test/* as well

This commit is contained in:
Micooz 2018-02-18 18:38:01 +08:00
parent ce27613b06
commit 92301b3f3b
2 changed files with 5 additions and 1 deletions

@ -1 +0,0 @@
test/

5
test/.eslintrc Normal file

@ -0,0 +1,5 @@
{
"rules": {
"quotes": "off"
}
}