Releases: Maximization/eslint-config-async
Releases · Maximization/eslint-config-async
v3.0.0 - ESLint v9
- 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
Allow typescript-eslint v6, require Node.js v18 or higher
v2.0.1
- Add v1 to v2 migration instructions 3eb1262
v2.0.0
Export multiple configs and add TypeScript rules. Closes #1
v1.0.1
v1.0.0
Initial commit