diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-25 20:54:38 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-25 20:54:38 +0200 |
commit | e8392e65591b99f52c89cbec4554c87b19bde335 (patch) | |
tree | 18d5d7cddcd7f81e821dd2c5f6b3e0182b0153a9 /packages/eslint-config-base/.eslintrc.json | |
parent | a32365a7fea97fbf2a7b906ea77415ab744e7b43 (diff) |
Organized Eslint stuff
Diffstat (limited to 'packages/eslint-config-base/.eslintrc.json')
-rw-r--r-- | packages/eslint-config-base/.eslintrc.json | 10 |
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" +} |