1.4.2 • Published 1 year ago
@noahyu/eslint-config-nest v1.4.2
@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