diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/.eslintrc.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/.eslintrc.json b/test/.eslintrc.json new file mode 100644 index 0000000..6d17384 --- /dev/null +++ b/test/.eslintrc.json @@ -0,0 +1,17 @@ +{ + "env": { + "commonjs": true, + "es2021": true, + "node": true + }, + "extends": [ + "standard", + "plugin:@typescript-eslint/recommended", + "base" + ], + "parserOptions": { + "ecmaVersion": 12, + "parser": "@typescript-eslint/parser" + }, + "plugins": [ "@typescript-eslint" ] +}
\ No newline at end of file |