diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..2c3c080 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,7 @@ +{ + "root": true, + "parserOptions": { + "ecmaVersion": "latest", + "sourceType": "module" + } +}