aboutsummaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 17:21:21 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 17:21:21 +0300
commitdab6a8a84abd417f02816cbe185e3938cea856c0 (patch)
tree3ea00fb93791ae160217c3cf09701bd748ccd434 /src/rules
parentf577ea55fe8599983e1066e8381317d35ec542c5 (diff)
downloadeslint-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.json1
-rw-r--r--src/rules/typescript/overrides.json1
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 @@
+{}