1 Star 0 Fork 2

will1123/qiankun-vue2-common

forked from NwebLi/qiankun-vue2-common 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
root: true,
env: {
browser: true,
node: true,
commonjs: true,
es6: true
},
parserOptions: {
ecmaVersion: 6,
parser: 'babel-eslint',
sourceType: 'module',
ecmaFeatures: {
impliedStrict: true,
jsx: true
}
},
extends: ['airbnb-base', 'plugin:prettier/recommended', 'stylelint-config-prettier'],
plugins: ['html'],
rules: {
'no-mixed-spaces-and-tabs': 2, // 不允许空格和 tab 混合缩进
'no-trailing-spaces': 2 // 禁用行尾空格
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/will1123/qiankun-vue2-common.git
[email protected]:will1123/qiankun-vue2-common.git
will1123
qiankun-vue2-common
qiankun-vue2-common
master

搜索帮助