@kununu/eslint-config
v6.0.1
Published
kununu's ESLint config
Maintainers
Readme
@kununu/eslint-config
kununu config for ESLint v9 (Flat Config)
This package contains ESLint rules for consistent JS, JSX, TS, and TSX code across kununu's projects.
Version 6.0.0+ uses ESLint v9 with the new flat config format.
📦 Installation
Add @kununu/eslint-config npm package as dev dependency to your project:
npm install --save-dev @kununu/eslint-config💻 Usage
ESLint v9 (Flat Config)
Create an eslint.config.cjs file:
import kununuConfig from '@kununu/eslint-config';
export default [
...kununuConfig,
// Your custom config here
];See docs to find more detailed information on ESLint configuration and usage.
⚡️ Plugins
At kununu, @kununu/eslint-config and @kununu/stylelint-config linters runs on every commit, but finding a lint error after push can be frustrating and waste time. In order to avoid it, editor plugins are available to warn you and validate as you code.
There's what we use and recommend:
