diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index 70a911f..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parserOptions": { - "ecmaVersion": 2015, - "sourceType": "script" - } -} diff --git a/eslint.config.js b/eslint.config.js new file mode 100644 index 0000000..5138330 --- /dev/null +++ b/eslint.config.js @@ -0,0 +1,8 @@ +export default [ + { + "parserOptions": { + "ecmaVersion": 2015, + "sourceType": "script" + } + } +]