diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 21:22:55 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 21:22:55 +0300 |
commit | 92c2dc54a9edac7f8d7fe00d274d42b799b33d99 (patch) | |
tree | 9ce192fee149702741ca9c111dd0734fb913a804 /.eslintrc.json | |
parent | 8ce6c52655256648d26f0c5cd038f9cc98f5c3ee (diff) | |
download | eslint-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.json | 7 |
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 } |