1 Star 0 Fork 0

qiutongxue/Sarasa-Gothic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
belleve 提交于 2019-04-15 13:16 . Update Iosevka and SHS version
{
"env": {
"node": true,
"commonjs": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 2018,
"ecmaFeatures": {
"jsx": true,
"experimentalObjectRestSpread": true
}
},
"extends": "eslint:recommended",
"rules": {
"indent": ["error", "tab", { "SwitchCase": 1 }],
"linebreak-style": ["error", "windows"],
"quotes": ["error", "double", { "allowTemplateLiterals": true }],
"semi": ["error", "always"],
"no-var": "error",
"no-console": 0,
"no-constant-condition": ["error", { "checkLoops": false }],
"no-unused-vars": [
"warn",
{
"varsIgnorePattern": "^_",
"argsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qiutongxue/Sarasa-Gothic.git
[email protected]:qiutongxue/Sarasa-Gothic.git
qiutongxue
Sarasa-Gothic
Sarasa-Gothic
master

搜索帮助