aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 21:22:55 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 21:22:55 +0300
commit92c2dc54a9edac7f8d7fe00d274d42b799b33d99 (patch)
tree9ce192fee149702741ca9c111dd0734fb913a804 /.eslintrc.json
parent8ce6c52655256648d26f0c5cd038f9cc98f5c3ee (diff)
downloadeslint-config-92c2dc54a9edac7f8d7fe00d274d42b799b33d99.tar.xz
eslint-config-92c2dc54a9edac7f8d7fe00d274d42b799b33d99.zip
feat(config): Initial default rules
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index d8c4cb7..d8809d9 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -10,6 +10,9 @@
},
"parserOptions": {
"ecmaVersion": 2020,
- "sourceType": "module"
- }
+ "project": "./tsconfig.json",
+ "sourceType": "module",
+ "tsconfigRootDir": "."
+ },
+ "root": true
}