eslint-config-msb

1.0.2 • Public • Published

meishubao

javascript规范

  1. 引入依赖 eslint-config-msb

yarn add eslint-config-msb -D

  1. 在eslint的extend段配置 msb
module.exports = {
  root: true,
  extends: [
    'msb',
  ],
}

  1. 在对应的编辑器中添加用户配置如下
  "eslint.validate": [
    "javascript",{
      "language": "vue",
      "autoFix": true
    },
    "javascript",
    "javascriptreact",
    "vue"
  ],
  "editor.formatOnSave": false,
  "eslint.autoFixOnSave": true,
  1. 工具配置

vscode: prettier Vetur eslint

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-msb

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

10.8 kB

Total Files

6

Last publish

Collaborators

  • shaobin.du