aboutsummaryrefslogtreecommitdiff
path: root/packages/eslint-config-base/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/eslint-config-base/.eslintrc.json')
-rw-r--r--packages/eslint-config-base/.eslintrc.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/eslint-config-base/.eslintrc.json b/packages/eslint-config-base/.eslintrc.json
new file mode 100644
index 0000000..d79f15b
--- /dev/null
+++ b/packages/eslint-config-base/.eslintrc.json
@@ -0,0 +1,10 @@
+{
+ "env": {
+ "es2021": true,
+ "node": true
+ },
+ "parserOptions": {
+ "ecmaVersion": 12
+ },
+ "extends": "./index.js"
+}