Releases: nuxt/eslint
Releases · nuxt/eslint
v0.3.0-beta.9
🚀 Features
🐞 Bug Fixes
- Add
name
field to@stylistic/eslint-plugin
configuration - by @chadwickellis and @antfu in #374 (d45b2) - Consistent config names - by @antfu (80a05)
- module: Remove duplicated src dirs - by @antfu (0be8e)
View changes on GitHub
v0.3.0-beta.7
🚀 Features
- eslint-config:
🐞 Bug Fixes
- Windows path resolution - by @richard-dp, @antfu and autofix-ci[bot] in #369 (2efd7)
View changes on GitHub
v0.3.0-beta.8
v0.3.0-beta.6
🐞 Bug Fixes
- Try fix windows path resolution - by @antfu (018b7)
- Update package.json files - by @DamianGlowala and @antfu in #367 (c56d1)
View changes on GitHub
v0.3.0-beta.5
v0.3.0-beta.4
🚀 Features
🐞 Bug Fixes
- eslint-config: Enable
vue/multi-word-component-names
for files directly undercomponents
- by @kingyue737 and @antfu in #360 (37ab5) - eslint-plugin: Add browse + node globals - by @davidurco and @antfu in #361 (d8799)
View changes on GitHub
v0.3.0-beta.3
🐞 Bug Fixes
- eslint-config:
- Disable more vue stylistic rules by default - by @kingyue737 in #349 (14367)
- module:
- Correctly resolve
withNuxt
type - by @DamianGlowala in #350 (d706c) - Account for
layer.config.components
beingundefined
- by @DamianGlowala in #352 (6b2eb)
- Correctly resolve
View changes on GitHub
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: