Skip to content

Releases: Phoenix35/eslint-config

v1.0.1

08 Apr 21:28
Compare
Choose a tag to compare

Support ESLint v9 and its default flat config

+ Flat config file eslint.config.mjs
+ Work with exports instead of main
+ no-fallthrough has a new reportUnusedFallthroughComment option that we turn on
+ Replace eslint-plugin-node with community-maintained eslint-plugin-n
+ Adapt the core rules that moved to @stylistic/eslint-plugin

* Push node requirement to latest LTS (v20.12.1) or later
* Update README.md to follow flat

eslint-config v0.5.0

02 Jul 12:59
Compare
Choose a tag to compare

BREAKING
Comments can appear at the beginning of blocks.

eslint-config v0.4.0

20 Jun 22:34
Compare
Choose a tag to compare

Fixes "unexpected token" of modern syntax (e.g. logical assignment operators)
Clears up instructions

eslint-config v0.3.5

19 Jun 01:40
Compare
Choose a tag to compare
  • Force strict
  • Work with ES modules in the browser

eslint-config v0.3.4

19 Jun 01:03
Compare
Choose a tag to compare
  • Update dependencies
  • Fixes small README stuff

eslint-config v.0.3.3

27 Apr 16:09
Compare
Choose a tag to compare

Update eslint and eslint-plugin-jsdoc

eslint-config v0.3.2

14 Mar 13:21
Compare
Choose a tag to compare
  • Update eslint and eslint-plugin-jsdoc
  • Force await instead of .then
  • Use github as a repository

eslint-config v0.2.0

16 Nov 11:22
Compare
Choose a tag to compare
eslint-config 0.2.0

- Update to ES2021
- Allow shadowing of `name`. Useful in browser environments where `window.name` is a thing

Signed-off-by: Phoenix35 <phoenix35.npm-public@yahoo.com>