diff --git a/.eslintignore b/.eslintignore index cb041044..edb1f41e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ !src/.vuepress public -node_modules \ No newline at end of file +node_modules +dist \ No newline at end of file diff --git a/.eslintrc.json b/.eslintrc.json index de39954c..bce4ecfa 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,24 +1,18 @@ { "env": { "browser": true, - "es6": true, + "es2021": true, "node": true }, "extends": [ "standard", "plugin:vue/recommended", - "plugin:prettier/recommended", - "prettier/vue", - "prettier/standard" + "plugin:prettier/recommended" ], "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, - "parserOptions": { - "ecmaVersion": 2018, - "sourceType": "module" - }, "rules": { "vue/no-v-html": "off" } diff --git a/.github/ISSUE_TEMPLATE/open-an-issue.md b/.github/ISSUE_TEMPLATE/open-an-issue.md index c9ffaaf5..5166f3c5 100644 --- a/.github/ISSUE_TEMPLATE/open-an-issue.md +++ b/.github/ISSUE_TEMPLATE/open-an-issue.md @@ -4,7 +4,6 @@ about: Only for actionable issues relevant to this repository. title: '' labels: need/triage assignees: '' - ---