diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 17:21:21 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 17:21:21 +0300 |
commit | dab6a8a84abd417f02816cbe185e3938cea856c0 (patch) | |
tree | 3ea00fb93791ae160217c3cf09701bd748ccd434 /.eslintrc.json | |
parent | f577ea55fe8599983e1066e8381317d35ec542c5 (diff) | |
download | eslint-config-dab6a8a84abd417f02816cbe185e3938cea856c0.tar.xz eslint-config-dab6a8a84abd417f02816cbe185e3938cea856c0.zip |
feat(typescript): Initial TypeScript's config
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 3613fa3..d8c4cb7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,7 +3,7 @@ "es6": true, "node": true }, - "extends": "./javascript", + "extends": "./typescript", "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" |