1 Star 0 Fork 36

leader20 / calendar.js

forked from Yaohaixiao / calendar.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
yaohx01 提交于 2019-06-17 18:21 . 提交代码
{
// 环境定义了预定义的全局变量。
"env": {
//环境定义了预定义的全局变量。更多在官网查看
"browser": true,
"node": true,
"commonjs": true,
"amd": true,
"es6": true,
"mocha": true
},
// JavaScript 语言选项
"parserOptions": {
// ECMAScript 版本
"ecmaVersion": 6,
// 设置为 "script" (默认) 或 "module"(如果你的代码是 ECMAScript 模块)。
"sourceType": "module",
// 想使用的额外的语言特性:
"ecmaFeatures": {
// 允许在全局作用域下使用 return 语句
"globalReturn": true,
// impliedStric
"impliedStrict": true,
// 启用 JSX
"jsx": false,
"modules": true
}
}
}
JavaScript
1
https://gitee.com/lixuda/calendar.js.git
git@gitee.com:lixuda/calendar.js.git
lixuda
calendar.js
calendar.js
master

搜索帮助