@generationtux/eslint-config
v4.1.1
Published
Eslint config for Generation Tux projects.
Readme
@generationtux/eslint-config
ESLint configuration for Generation Tux projects.
Setup
- Install the package:
npm i -D @generationtux/eslint-config
# or
yarn add -D @generationtux/eslint-config- Create an
eslint.config.mjsfile in your project root:
import gentuxConfig from '@generationtux/eslint-config';
export default [
...gentuxConfig,
// Add your own rules here
];Release
yarn login
yarn publishChangelog
Version 4.1.1
- Optimized CI workflows to avoid duplicate test runs on merge
Version 4.1.0
- Updated all dependencies to latest versions
- Added React Hooks rules (
rules-of-hooks,exhaustive-deps) - Removed legacy React 17 rules
- Fixed: Removed eslint from dependencies (kept only in peerDependencies)
- Added author and files field to package.json
- Added test suite
- Added GitHub Actions CI
Version 4.0.0
- BREAKING: Requires ESLint 9
- BREAKING: Migrated to flat config (
eslint.config.mjs) - BREAKING: Ported to ES module
- Updated all dependencies
- Removed TypeScript version upper bound restriction
