From e8392e65591b99f52c89cbec4554c87b19bde335 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 25 Jul 2021 20:54:38 +0200 Subject: Organized Eslint stuff --- test/.eslintrc.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/.eslintrc.json (limited to 'test/.eslintrc.json') 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 -- cgit v1.2.3-18-g5258