1 Star 4 Fork 4

Dove/track

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.cjs 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
dafu0719 提交于 2023-03-21 06:54 . 整理文件夹摆放
module.exports = {
env: {
browser: true,
es2021: true,
node: true
},
extends: 'standard',
overrides: [
],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
rules: {
'vue/mustache-interpolation-spacing': 0,
'vue/html-self-closing': 0,
'vue/html-closing-bracket-spacing': 0,
'vue/html-indent': 0,
'vue/attributes-order': 0,
'vue/v-on-event-hyphenation': 0,
'object-curly-newline': 0,
'no-multi-spaces': 0,
'spaced-comment': 0,
'block-spacing': 0,
'space-before-function-paren': 0,
'arrow-spacing': 0,
'keyword-spacing': 0,
'comma-spacing': 0,
'space-infix-ops': 0,
'key-spacing': 0,
'no-unused-expressions': 0,
'object-curly-spacing': 0,
'space-before-blocks': 0,
'eol-last': 0,
'prefer-const': 2,
semi: [2, 'never'], // 禁止尾部使用分号“ ; ”
indent: 0, // 缩进2格
'no-mixed-spaces-and-tabs': 0, // 不能空格与tab混用
'no-tabs': 0,
'lines-between-class-members': 0,
quotes: 0, // 使用单引号
'vue/html-closing-bracket-newline': 'off', // 不强制换行
'vue/singleline-html-element-content-newline': 'off', // 不强制换行
'vue/max-attributes-per-line': 0
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dafu204/track.git
git@gitee.com:dafu204/track.git
dafu204
track
track
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385