2 Star 3 Fork 0

半碗蛋炒饭 / gitlab-stable-zh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.yml 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
extends:
- '@gitlab'
globals:
__webpack_public_path__: true
gl: false
gon: false
localStorage: false
plugins:
- import
- html
settings:
html/html-extensions:
- '.html'
- '.html.raw'
import/resolver:
webpack:
config: './config/webpack.config.js'
rules:
import/no-commonjs: error
no-underscore-dangle:
- error
- allow:
- __
- _links
# Disabled for now, to make the airbnb-base 12.1.0 -> 13.1.0 update smoother
no-else-return:
- error
- allowElseIf: true
import/no-useless-path-segments: off
lines-between-class-members: off
# Disabled for now, to make the plugin-vue 4.5 -> 5.0 update smoother
vue/no-confusing-v-for-v-if: error
vue/no-unused-components: off
vue/no-use-v-if-with-v-for: off
vue/no-v-html: off
vue/use-v-on-exact: off
Ruby
1
https://gitee.com/netexe/gitlab-stable-zh.git
git@gitee.com:netexe/gitlab-stable-zh.git
netexe
gitlab-stable-zh
gitlab-stable-zh
11-9-stable-zh

搜索帮助