@myzkeyjs/eslint-config-nodejs
v0.0.2
Published
Node.js and NestJS ESLint configuration
Maintainers
Readme
@myzkeyjs/eslint-config-nodejs
Node.js and NestJS ESLint configuration.
Installation
pnpm add -D eslint @myzkeyjs/eslint-config-nodejsUsage
module.exports = {
extends: ['@myzkeyjs/eslint-config-nodejs'],
}Features
- Extends TypeScript configuration
- Node.js environment settings
- Console usage allowed (common in server-side code)
- NestJS decorator support
- Synchronous operation warnings
- Process exit error enforcement
- Configuration file default export allowance
License
MIT
