1.0.7 • Published 3 years ago
@hxyfe/eslint-config v1.0.7
Eslint Config
Install
NPM
npm i @hxyfe/eslint-config typescript eslint -DYARN
yarn add @hxyfe/eslint-config typescript eslint --devUsage
给 package.json 添加
"scripts": {
"lint": "eslint --ext .js,.vue src",
},
"eslintConfig": {
"root": true,
"extends": [
"@hxyfe"
]
}可以运行 npm run lint -- --fix 进行代码修复