feat: enable eslint

This commit is contained in:
Matt Condon
2017-11-24 14:31:40 +02:00
parent b9b26e1d8a
commit 6ea0577bfe
3 changed files with 61 additions and 1 deletions

5
test/.eslintrc Normal file
View File

@ -0,0 +1,5 @@
{
"rules": {
"no-unused-expressions": 0
}
}