@noahyu/eslint-config-nest
v1.4.2
Published
ESlint config for NestJS
Downloads
14
Maintainers
Readme
@noahyu/eslint-config-nest
ESlint config for NestJS
Usage
pnpm add @noahyu/eslint-config-nest
Quick start
// eslint.config.mjs
import noahyuConfig from '@noahyu/eslint-config-nest'
export default [
...noahyuConfig,
// anything from here will override noahyuConfig
{
rules: {
// ···
},
},
]
License
Copyright (c) 2023-present, Noah Yu