0.2.4 • Published 3 years ago
eslint-config-bfo v0.2.4
eslint-config-bfo
蓝标在线eslint配置
执行命令
npm install eslint@6.8.0 @vue/cli-plugin-eslint@4.5.0 eslint-config-bfo --save-dev
添加配置
- .eslintrc.js
module.exports = { root: true, extends: [ 'bfo' ], globals: { }, };
vue.config.js
module.exports = { lintOnSave: process.env.NODE_ENV !== 'production', }
package.json
"scripts": { "lint": "vue-cli-service lint" },
- .eslintrc.js
0.2.4
3 years ago
0.2.3
3 years ago
0.2.2
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago