Skip to content

Releases: auguwu/eslint-config

v5.2.4

18 Apr 12:36
Compare
Choose a tag to compare
  • Do not lazily evaluate module lookups as it is error-prone, it is just a regular function (@auguwu)

Full Changelog: 5.2.3...5.2.4

v5.2.3

18 Apr 12:26
Compare
Choose a tag to compare
  • Fixed using assertIsError with Bun as it'll throw a ResolveMessage, which we can't really detect (as isObject(ex) is true, but cannot view its message property with hasOwnProperty) (@auguwu)
  • Disabled perfectionist/sort-named-{imports,exports} (@auguwu)

Full Changelog: 5.2.2...5.2.3

v5.2.2

17 Apr 03:28
Compare
Choose a tag to compare
  • Disabled perfectionist/sort-exports rule (@auguwu)
  • Updated @noelware/utils to fix assertIsError to include { message }-style objects when thrown an error (@auguwu)

v5.2.1

17 Apr 02:50
Compare
Choose a tag to compare

➕ Additions

  • Added debug module to allow to debug the package (@auguwu)
  • Catch errors as strings if they include Cannot find module when trying to load TypeScript ESLint packages

v5.2.0

05 Mar 19:48
dd174c9
Compare
Choose a tag to compare
  • Added automatic TypeScript detection in Astro and Vue configurations. At the moment, it only checks if typescript-eslint or @typescript-eslint/parser is installed and uses that for the TypeScript parser to use.
  • Added typescript-parser to the list of parsers that the TypeScript ESLint configuration can use.

Full Changelog: 5.1.2...5.2.0

v5.1.2

11 Feb 02:45
Compare
Choose a tag to compare

✨ Additions

  • Add main, module, and types field to package.json
  • Add NPM provenance

v5.1.1

06 Feb 18:57
Compare
Choose a tag to compare
  • Add vue: { typescript: bool } option to Vue config

v5.1.0

06 Feb 16:23
Compare
Choose a tag to compare
  • Added Astro support
  • Added src/ directory to make it easier to debug.

5.0.0

14 Dec 22:26
Compare
Choose a tag to compare

yearly release time (not really)

  • @augu/eslint-config now uses ESLint's new flat configuration, please migrate to it.
  • Removed all eslintrc-related files.

v4.0.1

08 Feb 00:26
0c2ce96
Compare
Choose a tag to compare

New Rules Added

Fixes

  • Fix ESLint doing const a : () => string = () => "woof", now it's const a: () => string = () => "woof"

Full Changelog: 4.0.0...4.0.1