eslint

Collection of ESLint-related packages for Nuxt

MIT License

Downloads
1.7M
Stars
477
Committers
41

Bot releases are visible (Hide)

eslint - v0.3.0-beta.9

Published by github-actions[bot] 7 months ago

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
eslint - v0.3.0-beta.8

Published by github-actions[bot] 7 months ago

   🚀 Features

  • module: Migrate to @eslint/config-inspector  -  by @antfu (07bc1)

   🐞 Bug Fixes

  • module: Don't resolve path for native modules  -  by @antfu (5715e)
    View changes on GitHub
eslint - v0.3.0-beta.7

Published by github-actions[bot] 7 months ago

   🚀 Features

  • eslint-config:

   🐞 Bug Fixes

    View changes on GitHub
eslint - v0.3.0-beta.6

Published by github-actions[bot] 7 months ago

   🐞 Bug Fixes

    View changes on GitHub
eslint - v0.3.0-beta.5

Published by github-actions[bot] 7 months ago

   🚀 Features

  • Allow flexible rules customization  -  by @antfu (6bbc3)
  • Turn on consistent-type-imports  -  by @antfu (6a61b)
  • Integrate with eslint-typegen  -  by @antfu (d2b1c)
  • Compactible with non-hoist env  -  by @antfu (1b9df)
    View changes on GitHub
eslint - v0.3.0-beta.4

Published by github-actions[bot] 7 months ago

   🚀 Features

  • eslint-config: Improve default language options  -  by @antfu (f48c7)

   🐞 Bug Fixes

    View changes on GitHub
eslint - v0.3.0-beta.3

Published by github-actions[bot] 7 months ago

   🐞 Bug Fixes

    View changes on GitHub
eslint - v0.3.0-beta.2

Published by github-actions[bot] 7 months ago

   🐞 Bug Fixes

    View changes on GitHub
eslint - v0.3.0-beta.1

Published by github-actions[bot] 7 months ago

   🚨 Breaking Changes

   🚀 Features

  • module: Support hook to customize config code gen  -  by @antfu (c7a35)

   🐞 Bug Fixes

    View changes on GitHub
eslint - v0.3.0-alpha.1

Published by github-actions[bot] 7 months ago

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
eslint - @nuxt/eslint-config v0.1.0

Published by danielroe almost 2 years ago

As part of https://github.com/nuxt/eslint-config/issues/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.

eslint - v12.0.0

Published by Atinux almost 2 years ago

Improve Nuxt 3 compatibility (#236)

eslint - v11.0.0

Published by clarkdo about 2 years ago

Dependency Upgrades

  • chore(deps): update dependency eslint-plugin-unicorn to v43 (#220)
  • chore(deps): update dependency eslint-import-resolver-typescript to v3 (#218)

Bug Fixes

  • disable vue/multi-word-component-names for files in subdirectories (#211)
eslint - v10.0.0

Published by pi0 over 2 years ago

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:

  1. Install eslint-plugin-jest as a devDependency
  2. Update .eslintrc:
{
  "extends": [
    "@nuxtjs"
  ],
  "env": {
    "jest/globals": true
  },
  "plugins": [
    "jest"
  ]
}

Bug Fixes

  • Add dependency eslint-plugin-n (022aa5f)
  • Disable vue/multi-word-component-names for app.vue and error.vue (resolves #201) (bbb0e27)
  • Disable multiword-rule (#190) (821057e)
  • Remove dependency on eslint-plugin-standard (#185) (ee47f83)

Features

  • Update eslint config packages (a3bb0bf)
  • Remove eslint-plugin-jest dependency (resolves #180) (952edbb), closes #180
eslint - @nuxtjs/[email protected]

Published by clarkdo almost 3 years ago

Major Dependencies

  • chore(deps): update dependency eslint-plugin-vue to v8 (#181
  • chore(deps): update dependency eslint-plugin-unicorn to v39 (#184)

Fixes

  • fix: remove dependency on eslint-plugin-standard (#185)
  • fix: use @typescript-eslint/parser under vue-eslint-parser
eslint - @nuxtjs/[email protected]

Published by clarkdo almost 3 years ago

Bug Fixes

  • use @typescript-eslint/parser under vue-eslint-parser (bea5b05)
eslint - @nuxtjs/[email protected]

Published by clarkdo almost 3 years ago

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
eslint - @nuxtjs/[email protected]

Published by clarkdo over 3 years ago

🐛 Bug Fixes

chore: add eslint peer dependency (#151)
fix: turn off typescript 'no-undef' rule per docs (#144)

Dependencies

chore(deps): update dependency eslint-plugin-promise to v5 (#152)

eslint - @nuxtjs/[email protected]

Published by clarkdo over 3 years ago

Dependencies

chore(deps): update dependency eslint-plugin-unicorn to v28 (#139)