Skip to content

generationtux/gentux-eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@generationtux/eslint-config

ESLint configuration for Generation Tux projects.

Setup

  1. Install the package:
npm i -D @generationtux/eslint-config
# or
yarn add -D @generationtux/eslint-config
  1. Create an eslint.config.mjs file in your project root:
import gentuxConfig from '@generationtux/eslint-config';

export default gentuxConfig;

Changelog

Version 4.0.0

  • 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

Release

  • npm login (user: gentux)
  • npm publish

About

Eslint config for Generation Tux projects.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5