@mmc-cloud/eslint-config

1.0.5 • Public • Published

Usage

Install

pnpm add -D eslint @mmc-cloud/eslint-config

Config .eslintrc

{
  "extends": "@mmc-cloud/eslint-config"
}

You don't need .eslintignore normally as it has been provided by the preset.

Add script for package.json

For example:

{
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @mmc-cloud/eslint-config

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

1.45 kB

Total Files

3

Last publish

Collaborators

  • daiqin1046