Custom lint configuration for test directory

This commit is contained in:
Tim Schaub
2016-01-02 18:57:06 -07:00
parent 681948e71c
commit 98dedfd2ff

8
test/.eslintrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"env": {
"mocha": true
},
"globals": {
"expect": true
}
}