Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 329 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 329 Bytes

@kutsan/eslint-config

Usage

Install the config package:

npm install @kutsan/eslint-config --save-dev

Then use it in your eslint.config.js file:

import { eslintConfig } from '@kutsan/eslint-config'

const config = [
  ...eslintConfig({
    configs: ['node'],
  }),
]

export default config