Custom lint configuration for test directory
This commit is contained in:
8
test/.eslintrc.json
Normal file
8
test/.eslintrc.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"env": {
|
||||
"mocha": true
|
||||
},
|
||||
"globals": {
|
||||
"expect": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user