Skip to content

Releases: Maximization/eslint-config-async

v3.0.0 - ESLint v9

26 Aug 20:34
698ff9e
Compare
Choose a tag to compare
  • Update ESLint to v9, and typescript-eslint to v8 5a975e4
  • Update supported Node.js versions to conform to ESLint v9
  • Replace eslint-config-node (unmaintaned) with eslint-config-n. Also move from peer dependency to dependency
  • Replace @typescript-eslint/parser & @typescript-eslint/eslint-plugin with typescript-eslint
  • Mark typescript as optional peer dependency
  • Merge index.js, node.js, and typescript.js into single file with named exports
  • Update Installation instructions for Non-TS and TS users
  • Add migration guide from v2 to v3
  • Add ESLint & Node.js version requirements, and direct ESLint v8 users to v2

v2.0.3...v3.0.0

v2.0.3

26 Aug 12:52
2410515
Compare
Choose a tag to compare
  • Add node engine version in package-lock.json 2f30f1f
  • Use .eslintrc.js in examples f1f4980

v2.0.2...v2.0.3

Allow typescript-eslint v6, require Node.js v18 or higher

21 Aug 08:03
22080a9
Compare
Choose a tag to compare
  • Skip tests during publish a417fb4
  • Remove test script 61b307e
  • Require Node.js 18 or higher f144520
  • Use np to manage package publishing 1c28698
  • Only publish strictly necessary files 7fa05d2
  • Allow 6.x typescript-eslint (#3) 6427c50

v2.0.1...v2.0.2

v2.0.1

31 Jul 17:30
4900a8d
Compare
Choose a tag to compare
  • Add v1 to v2 migration instructions 3eb1262

v2.0.0...v2.0.1

v2.0.0

31 Jul 16:47
60a37c4
Compare
Choose a tag to compare

Export multiple configs and add TypeScript rules. Closes #1

v1.0.1...v2.0.0

v1.0.1

26 Mar 17:01
d85a3ec
Compare
Choose a tag to compare
  • Add links to repository, homepage and issue tracker to package.json 2758355
  • Add MIT license file d85a3ec

v1.0.0

23 Mar 22:38
0641725
Compare
Choose a tag to compare
Initial commit