Update dependency @nuxtjs/eslint-config to v10
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@nuxtjs/eslint-config | devDependencies | major | 9.0.0 -> 10.0.0 |
Release Notes
nuxt/eslint-config
v10.0.0
Bug Fixes
-
add missing dependency
eslint-plugin-n
(022aa5f) -
add missing peer dependency
eslint-plugin-import
(resolves #148) (80f0b89) -
disable
vue/multi-word-component-names
forapp.vue
anderror.vue
(resolves #201) (bbb0e27) -
eslint-config-typescript: use parser config (7617549)
-
eslint-plugin-import ordering errors in windows (39ad2b4)
-
eslint-plugin-import ordering errors in windows (4f6f4a9)
-
remove dependency on
eslint-plugin-standard
(#185) (ee47f83) -
turn off typescript 'no-undef' rule per docs (#144) (ddb552b)
-
typescript: import/named errors when using TypeScript (#170) (401d626)
-
use @typescript-eslint/parser under vue-eslint-parser (bea5b05)
-
feat!: remove
eslint-plugin-jest
dependency (resolves #180) (952edbb), closes #180
Features
BREAKING CHANGES
- You have to manually add jest plugin and
jest/globals
to theenv
object in eslint config
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.