@tanshenghu/eslint-config-ecma

1.0.4 • Public • Published

常用ESLint规则

首先vscode安装ESLint插件,并且要处于开启状态

第一步 效果图

第二步 效果图

第三步 效果图

第四步 配置vscode保存时,自动格式化

{
  "editor.tabSize": 2,
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "html",
    "vue"
  ],
  "eslint.format.enable": true,
  "editor.codeActionsOnSave": {
    "source.fixAll": true
  },
  "eslint.codeAction.showDocumentation": {
    "enable": true
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @tanshenghu/eslint-config-ecma

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

8.4 kB

Total Files

6

Last publish

Collaborators

  • tanshenghu