1 Star 0 Fork 27

muicx/baoaifront

forked from 源宝网络/baoaifront 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.jshintrc 1002 Bytes
Copy Edit Raw Blame History
源宝网络 authored 2020-03-10 22:52 . baoaifront 项目初始化
{
/**
* 选择ES版本,3,5,6
*/
"esversion": 5,
/**
* 不显示缺少分号警告
*/
"asi": true,
/**
* 这个选项定义全局暴露的jQuery库。
*/
"jquery": true,
//
// Environments
//
// These options let JSHint know about some pre-defined global variables.
/**
* 暴露浏览器属性的全局变量,列如 window,document;
注意:这个选项不暴露变量 alert或 console。
*/
"browser": true,
/**
*这个选项可以用来指定一个没有正式定义的全局变量的白名单。配置 globals在单个文件,看看内联配置.
*需要的引用到的js类库的全局变量应该加入进来
*/
"globals": {
"localStorage": true,
"app": true,
"export": true,
"console": true,
"Messager": true,
"CryptoJS": true,
"WebUploader":true,
"angular":true,
"CKEDITOR":true,
"moment":true,
"echarts":true,
"layer":true,
"MENU":true,
"NAV_MENU":true,
"Pace":true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bradhuang/baoaifront.git
git@gitee.com:bradhuang/baoaifront.git
bradhuang
baoaifront
baoaifront
master

Search