1 Star 0 Fork 0

爱生活,爱JAVA/codecombat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 788 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joe Mifsud 提交于 2019-06-27 12:55 +08:00 . Functional Interactives UX Scaffold (#5369)
module.exports = {
'extends': [
'standard',
'plugin:vue/recommended'
],
'globals': {
'Vue': 'readonly',
'application': 'readonly',
'me': 'readonly',
'noty': 'readonly'
},
'env': {
'browser': true,
'es6': true
},
'parserOptions': {
'ecmaVersion': 2018,
'sourceType': 'module'
},
'rules': {
'vue/script-indent': ['error', 2, {
'baseIndent': 1,
'switchCase': 0,
'ignores': []
}]
},
'overrides': [
// Disable indent in .vue files - this will be handled by vue/script-indent
{
'files': ['*.vue'],
'rules': {
'indent': 'off'
}
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/suncf/codecombat.git
git@gitee.com:suncf/codecombat.git
suncf
codecombat
codecombat
master

搜索帮助