1 Star 0 Fork 0

梁行知/mars3d-simple-vue-widget

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 961 Bytes
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2020-06-12 21:46 . 新架构,封装地图为组件
module.exports = {
root: true,
env: {
node: true
},
extends: [
'plugin:vue/essential',
'@vue/airbnb'
],
parserOptions: {
parser: 'babel-eslint'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'key-spacing': [0, { 'beforeColon': false, 'afterColon': true }], // 对象字面量中冒号的前后空格
'no-trailing-spaces': 'error', // 禁止行尾空格
'comma-dangle': ['error', 'never'], // 禁止行尾逗号
'no-extra-semi': 'error', // 禁止出现多余的分号
'arrow-parens': 0, // 箭头函数用小括号括起来
'max-len': ['error', {code: 200}], // 每行200个字符
'spaced-comment': [
'error',
'always',
{
block: {
exceptions: ['*'],
balanced: true
}
}
] // 注释的斜线或 * 后必须有空格
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/freemo/mars3d-simple-vue-widget.git
git@gitee.com:freemo/mars3d-simple-vue-widget.git
freemo
mars3d-simple-vue-widget
mars3d-simple-vue-widget
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385