2.1.0 • Published 9 months ago

@ubie/eslint-config v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

@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