22 Star 148 Fork 72

锅巴汉化 / 猫国建设者(Kittens Game)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
petercheney 提交于 2022-01-02 00:24 . 改名
{
"root": true,
"env": {
"browser": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 5
},
"overrides": [
{
"files": ["test/*.js"],
"parserOptions": {
"ecmaVersion": 6
}
}
],
"ignorePatterns": ["lib/**/*"],
"rules": {
"quotes": [
"warn",
"double"
],
"semi": [
"error",
"always"
],
"no-mixed-spaces-and-tabs": [
"warn", "smart-tabs"
],
"no-unused-vars": "warn",
"no-prototype-builtins":"warn",
"space-infix-ops": "warn",
"no-redeclare": "off",
"curly": "error"
},
"globals": {
"dojo": "readonly",
"React": "readonly",
"Dropbox": "readonly",
"$": "readonly",
"jQuery": "readonly",
"LCstorage": "readonly",
"LZString": "readonly",
"$I": "writable",
"$r": "readonly",
"i18nLang": "writable",
"UIUtils": "writable",
"ButtonModernHelper": "writable",
"config": "readonly",
"com": "readonly",
"classes": "readonly",
"mixin": "readonly"
}
}
JavaScript
1
https://gitee.com/likexia/cat-zh.git
git@gitee.com:likexia/cat-zh.git
likexia
cat-zh
猫国建设者(Kittens Game)
main

搜索帮助