2.0.3 • Published 3 years ago

eslint-plugin-98du v2.0.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

eslint-plugin-98du

vue 和 react 项目统一eslint规范.

在项目中使用

在根目录下添加 .eslintrc.js

module.exports = {
  extends: [require.resolve('eslint-plugin-98du')],
}

script 命令

package.json中添加

{
  "script": {
    "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
    "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src"
  }
}

vsCode IDE 中使用 eslint 格式化配置

{
  "eslint.format.enable": true,
  "eslint.validate": ["html", "vue", "typescript", "tsx"],
}
2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago