1 Star 0 Fork 11

zp_star / jmustache

forked from OpenHarmony-SIG / jmustache 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangpeng308 提交于 2022-04-18 17:45 . 引入mustache.js库
{
"env": {
"browser": true,
"node": true
},
"rules": {
"func-names": 2,
"no-mixed-spaces-and-tabs": 2,
"quotes": [2, "single", "avoid-escape"],
"semi": 2,
"keyword-spacing": 2,
"space-before-function-paren": 2,
"curly": 0,
"consistent-return": 0,
"no-use-before-define": 0,
"no-process-exit": 0,
"strict": 0
},
"overrides": [
{
"files": ["mustache.js"],
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2015
}
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zpzpzpzp/jmustache.git
git@gitee.com:zpzpzpzp/jmustache.git
zpzpzpzp
jmustache
jmustache
master

搜索帮助