@hxyfe/eslint-config

1.0.7 • Public • Published

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 进行代码修复

Readme

Keywords

Package Sidebar

Install

npm i @hxyfe/eslint-config

Weekly Downloads

4

Version

1.0.7

License

MIT

Unpacked Size

7.44 kB

Total Files

4

Last publish

Collaborators

  • yxy-hxy