1.0.7 • Published 2 years ago

@hxyfe/eslint-config v1.0.7

Weekly downloads
2
License
MIT
Repository
-
Last release
2 years ago

Eslint Config

Install

NPM

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

YARN

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

Usage

package.json 添加

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

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