aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-25 20:54:38 +0200
committerHampusM <hampus@hampusmat.com>2021-07-25 20:54:38 +0200
commite8392e65591b99f52c89cbec4554c87b19bde335 (patch)
tree18d5d7cddcd7f81e821dd2c5f6b3e0182b0153a9 /test
parenta32365a7fea97fbf2a7b906ea77415ab744e7b43 (diff)
Organized Eslint stuff
Diffstat (limited to 'test')
-rw-r--r--test/.eslintrc.json17
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