@ts-kizuna/eslint-plugin
v1.64.1
Published
ESLint rules for ts-kizuna
Readme
@ts-kizuna/eslint-plugin
@ts-kizuna/eslint-plugin catches ts-kizuna mistakes in your editor, as you type. These are things the type system cannot express on its own.
Installation
pnpm add -D @ts-kizuna/eslint-pluginUsage
Add the recommended config to your eslint.config.js:
import kizuna from '@ts-kizuna/eslint-plugin';
export default [kizuna.configs.recommended];