Skip to content

Releases: nabla/vite-plugin-eslint

v2.0.4

17 Apr 08:19
Compare
Choose a tag to compare
  • Add explicit debug dependency
  • Change ESLint peer dependency range to ^8.45 || ^9 to match the changes made to support flat config in 2.0.2

v2.0.2

18 Nov 00:35
Compare
Choose a tag to compare
  • Support ESLint flat config (fixes #23)
  • Support passing a function to formatter
  • Switch to ESM. This removes the CJS warning when using the plugin with Vite 5. A CJS wrapper is still provided but migrating to running Vite in ESM is encouraged
  • Drop support for Vite 2 & 3 & node<18 (aligns with Vite 5)

v1.6.0

16 Nov 12:28
Compare
Choose a tag to compare
  • Add vite@5 to peer dependency range
  • Fix error when using errorOnUnmatchedPattern: false
  • Update plugin name from eslint to vite-plugin-eslint to avoid confusion in case of errors reported by Vite

v1.5.0

22 Dec 22:26
Compare
Choose a tag to compare
  • Support async formatters (#17)
  • Add .svelte to default shouldLint regex

v1.4.2

09 Dec 16:02
Compare
Choose a tag to compare

Add vite@4 to peer dependency range

v1.4.1

19 Jul 16:19
Compare
Choose a tag to compare

Add vite@3 to peer dependency range

v1.4.0

31 Jan 14:14
Compare
Choose a tag to compare
  • Update default shouldLint option to include .vue, .mjs & .mts files by default
  • Add debug log when a file is ignored by shouldLint (#7)

v1.3.5

21 Jan 15:19
Compare
Choose a tag to compare

Pin chalk to v4 (#5)

v1.3.4

20 Jan 19:58
Compare
Choose a tag to compare

Enable fix option (#3)

v1.3.2

20 Jan 19:55
Compare
Choose a tag to compare

Handle file not found error