ESLint configuration for Generation Tux projects.
- Install the package:
npm i -D @generationtux/eslint-config
# or
yarn add -D @generationtux/eslint-config
- Create an
eslint.config.mjs
file in your project root:
import gentuxConfig from '@generationtux/eslint-config';
export default gentuxConfig;
- BREAKING: Requires ESLint 9
- BREAKING: Migrated to new ESLint flat config system
- BREAKING: Now requires
eslint.config.mjs
instead of.eslintrc
- BREAKING: Ported to ES module
- Updated all dependencies to their latest versions
- Removed TypeScript version upper bound restriction
- npm login (user: gentux)
- npm publish