1.1.4 • Published 3 months ago

@851-labs/eslint v1.1.4

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
3 months ago

@851-labs/eslint

Installation

!NOTE
Eslint is a peer-dependency of this package and should also be installed.

pnpm i -D eslint @types/eslint @851-labs/eslint

Usage

"eslintConfig": {
  "root": true,
  "extends": [
    "@851-labs/eslint/base",
    "@851-labs/eslint/nextjs",
    "@851-labs/eslint/react"
  ]
}

Scripts

"scripts": {
  "lint": "",
  "lint:fix": "pnpm format --fix"
}

License

MPL-2.0