1 Star 0 Fork 0

薛严 / jsPDF

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aras Abbasi 提交于 2019-03-29 12:27 . Project restructuring (#2366)
module.exports = {
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
}
};
JavaScript
1
https://gitee.com/liuyangong/jsPDF.git
git@gitee.com:liuyangong/jsPDF.git
liuyangong
jsPDF
jsPDF
master

搜索帮助