1.0.0 • Published 3 years ago

@lazyb/eslint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Eslint Config

Install

NPM

npm i @lazyb/eslint-config typescript eslint -D

YARN

yarn add @lazyb/eslint-config typescript eslint --dev

Usage

package.json 添加

  "scripts": {
    "lint": "eslint --ext .js,.vue src",
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@lazyb"
    ]
  }

可以运行 npm run lint -- --fix 进行代码修复