Skip to content

v3.0.0 - ESLint v9

Latest
Compare
Choose a tag to compare
@Maximization Maximization released this 26 Aug 20:34
· 1 commit to main since this release
698ff9e
  • 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