summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 0000000..2de7fcb
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,10 @@
+{
+ "root": true,
+ "extends": ["@theoparis/eslint-config"],
+ "parserOptions": {
+ "warnOnUnsupportedTypeScriptVersion": false
+ },
+ "rules": {
+ "no-shadow": "off"
+ }
+}