Releases: nuxt/eslint
Releases · nuxt/eslint
v0.3.0-beta.2
v0.3.0-beta.1
v0.3.0-alpha.1
🚀 Features
- Flat config, eslint plugin, and nuxt module - by @antfu, ricardogobbosouza and ModyQyW in #332 (ec142)
- module: Generate configuration for
globals
- by @antfu in #336 (ee98b)
🐞 Bug Fixes
- Apply recommended typescript rules to vue files as well - by @danielroe (bcef4)
- Exclude subfolders of components folder from name rule - by @jd1378 in #278 (13fcd)
- eslint-config:
- Add extra file extensions to globs - by @danielroe (9628a)
- Handle
app.vue
anderror.vue
in customsrcDir
- by @danielroe, @antfu and autofix-ci[bot] in #335 (adda0)
- eslint-config-legacy:
View changes on GitHub
@nuxt/eslint-config v0.1.0
As part of #240, we're releasing a new package: @nuxt/eslint-config
, which contains a non-opinionated Nuxt 3 eslint preset.
We plan to iterate quite quickly on this one, adding new features and rules targeted at Nuxt specifically, but this initial release is available for testing.
v12.0.0
v11.0.0
v10.0.0
Dependency Upgrades
- Updated
eslint-config-standard
from^16.0.3
to^17.0.0
- Updated
eslint-plugin-unicorn"
from^41.0.0
to^42.0.0
- Updated
eslint
from^8.11.0
to^8.14.0
Breaking Changes
We have removed dependency on eslint-plugin-jest
. If you need it back:
- Install
eslint-plugin-jest
as a devDependency - Update
.eslintrc
:
{
"extends": [
"@nuxtjs"
],
"env": {
"jest/globals": true
},
"plugins": [
"jest"
]
}
Bug Fixes
- Add dependency
eslint-plugin-n
(022aa5f) - Disable
vue/multi-word-component-names
forapp.vue
anderror.vue
(resolves #201) (bbb0e27) - Disable multiword-rule (#190) (821057e)
- Remove dependency on
eslint-plugin-standard
(#185) (ee47f83)
Features
@nuxtjs/[email protected]
@nuxtjs/[email protected]
@nuxtjs/[email protected]
Features
- Support ESLint v8
- Upgrade to eslint-plugin-jest v25
- Upgrade to eslint-plugin-standard v5
- Upgrade to eslint-plugin-unicorn v37
BREAKING CHANGES
- Drop Node 10