aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
deleted file mode 100644
index a3286ae..0000000
--- a/.eslintrc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "parser": "@typescript-eslint/parser",
- "parserOptions": {
- "ecmaVersion": 2018,
- "sourceType": "module"
- },
- "plugins": ["@typescript-eslint", "prettier", "json"],
- "env": {
- "browser": true,
- "es6": true,
- "node": true
- },
- "extends": [
- "eslint:recommended",
- "plugin:@typescript-eslint/recommended",
- "plugin:prettier/recommended"
- ],
- "rules": {
- "prettier/prettier": "error",
- "@typescript-eslint/explicit-function-return-type": 0
- }
-}