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 /src/rules | |
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 'src/rules')
-rw-r--r-- | src/rules/typescript/default.json | 1 | ||||
-rw-r--r-- | src/rules/typescript/overrides.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/rules/typescript/default.json @@ -0,0 +1 @@ +{} diff --git a/src/rules/typescript/overrides.json b/src/rules/typescript/overrides.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/rules/typescript/overrides.json @@ -0,0 +1 @@ +{} |