aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
deleted file mode 100644
index 9189345..0000000
--- a/.eslintrc.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "parser": "@typescript-eslint/parser", // Specifies the ESLint parser
- "extends": [
- "eslint:recommended",
- "plugin:@typescript-eslint/recommended",
- "plugin:prettier/recommended"
- ],
- "plugins": ["@typescript-eslint"],
- "env": {
- "browser": false,
- "node": true,
- "es6": true
- },
- "parserOptions": {
- "ecmaVersion": 2018, // Allows for the parsing of modern ECMAScript features
- "sourceType": "module" // Allows for the use of imports
- }
-} \ No newline at end of file