clean up eslint configs

This commit is contained in:
2018-09-22 20:45:39 +03:00
parent 2c24512b16
commit 985ad0fd7e
8 changed files with 216 additions and 129 deletions

5
tests/.eslintrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"rules": {
"node/no-unpublished-require": "off"
}
}