Skip to content

tksst/eslint-config

Repository files navigation

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 });