1 Star 0 Fork 12

kevin/vxe-table-plugin-antd

forked from XE/vxe-table-plugin-antd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuliangzhan 提交于 2019-09-28 20:22 . update
// 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']
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liuluyan/vxe-table-plugin-antd.git
git@gitee.com:liuluyan/vxe-table-plugin-antd.git
liuluyan
vxe-table-plugin-antd
vxe-table-plugin-antd
master

搜索帮助