@tksst/eslint-config
v14.0.0
Published
My personal ESLint config
Downloads
1,168
Readme
Usage
Install
$ npm install --save-dev @tksst/eslint-config
Using the config
Example eslint.config.js
:
import { preset } from "@tksst/eslint-config";
export default preset.typeScript({ jsIsCjs: true, jest: false, vitest: true });