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
Member
- the order of extends 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
dpschen added 1 commit 2021-09-25 10:52:30 +00:00
continuous-integration/drone/pr Build is passing Details
74f0655af3
fix: eslint settings
- 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
Owner

Thanks!

Thanks!
konrad merged commit feb34c8cc1 into main 2021-09-25 15:56:07 +00:00
konrad referenced this issue from a commit 2021-09-25 15:56:07 +00:00
konrad deleted branch feature/fix-eslint-settings 2021-09-25 15:56:07 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.