@ubie/eslint-config
v2.1.0
Published
An ESLint config for internal use in Ubie.
Downloads
1,222
Readme
@ubie/eslint-config
An ESLint config for internal use in Ubie.
Installation
Install
npm i -D eslint @ubie/eslint-config
Then configure .eslintrc.js
{
extends: "choose a preset below",
rules: {
// any override rules for your project here
}
}
Presets
@ubie/eslint-config/presets/nextjs
- For Next.js projects@ubie/eslint-config/presets/nestjs
- For NestJS projects@ubie/eslint-config/presets/common
- Common settings for any TypeScript projects