diff --git a/.eslintrc.cjs b/.eslintrc.cjs deleted file mode 100644 index 638498ac..00000000 --- a/.eslintrc.cjs +++ /dev/null @@ -1,16 +0,0 @@ -process.env.ESLINT_TSCONFIG = '.nuxt/tsconfig.json'; - -module.exports = { - extends: ['plugin:nuxt/recommended', '@rotki'], - rules: { - 'vue/component-name-in-template-casing': [ - 'error', - 'PascalCase', - { - registeredComponentsOnly: false, - // components are only exported in kebab-case - ignores: ['i18n-t'], - }, - ], - }, -}; diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 49baa0d8..b82f382d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,23 +8,29 @@ assignees: '' --- ## Description + ## Reproduction - ## Expected behavior + ## Additional information + ### Screenshots + ### Platform +