fix: eslint settings #787

Merged
konrad merged 1 commits from dpschen/frontend:feature/fix-eslint-settings into main 2021-09-25 15:56:07 +00:00

1 Commits

Author SHA1 Message Date
Dominik Pschenitschni 74f0655af3
fix: eslint settings
continuous-integration/drone/pr Build is passing Details
- the order of extend was wrong, see: https://eslint.vuejs.org/user-guide/#usage
- parser option for vue-eslint-parser was missing, see: https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser
- not sure about es2021 and ecmaVersion, but seems to be to way to go. E.g. https://github.com/vitejs/vite/blob/main/.eslintrc.js
2021-09-25 12:51:53 +02:00