1 Star 0 Fork 0

赵梓宇 / buefy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
// http://eslint.org/docs/user-guide/configuring
module.exports = {
env: {
jest: true,
},
extends: [
'buefy',
],
rules: {
'vue/attributes-order': 'off',
'vue/html-self-closing': ['error', {
'html': {
'void': 'never',
'normal': 'always',
'component': 'always'
},
'svg': 'always',
'math': 'always'
}]
}
}
1
https://gitee.com/zhao-ziyu/buefy.git
git@gitee.com:zhao-ziyu/buefy.git
zhao-ziyu
buefy
buefy
master

搜索帮助