8 Star 37 Fork 8

XE / vxe-table-plugin-export-pdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuliangzhan 提交于 2019-11-13 19:20 . 支持导出pdf
// https://eslint.org/docs/user-guide/configuring
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
ecmaFeatures: {
impliedStrict: true,
objectLiteralDuplicateProperties: false
}
},
env: {
amd: true,
browser: true,
node: true
},
plugins: [
'@typescript-eslint'
],
extends: [
'prettier/@typescript-eslint',
'standard'
],
rules: {
'array-bracket-spacing': ['error', 'never'],
'no-debugger': ['error'],
'keyword-spacing': ['error']
}
}
TypeScript
1
https://gitee.com/x-extends/vxe-table-plugin-export-pdf.git
git@gitee.com:x-extends/vxe-table-plugin-export-pdf.git
x-extends
vxe-table-plugin-export-pdf
vxe-table-plugin-export-pdf
master

搜索帮助