1 Star 0 Fork 13

fly/Formula-Editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.jshintrc 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"maxerr": 50,
"boss": true,
"bitwise": false,
"camelcase": true,
"curly": true,
"eqeqeq": false,
"forin": true,
"strict": false,
"freeze": true,
"immed": true,
"indent": 4,
"latedef": false,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": false,
"plusplus": false,
"undef": true,
"trailing": true,
"debug": false,
"funcscope": true,
"multistr": false,
"proto": true,
"smarttabs": false,
"shadow": true,
"scripturl": false,
"laxcomma": false,
"loopfunc": true,
"onevar": false,
"unused": "vars",
"maxdepth": 5,
"maxstatements": 40,
// "maxlen": 80,
"evil": false,
"funcscope": false,
"lastsemic": false,
"laxbreak": false,
"expr": true,
"quotmark": false,
"predef": [ "define", "unescape", "console" ],
"browser": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/feiyangwei/Formula-Editor.git
git@gitee.com:feiyangwei/Formula-Editor.git
feiyangwei
Formula-Editor
Formula-Editor
master

搜索帮助