1 Star 0 Fork 101

workor / x-spreadsheet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 161 Bytes
一键复制 编辑 原始数据 按行查看 历史
myliang 提交于 2019-03-04 22:42 . add validator to data validations
module.exports = {
"extends": "airbnb-base",
"rules": {
"no-param-reassign": ["error", { "props": false }],
"class-methods-use-this": "off",
},
};
1
https://gitee.com/cxd520/x-spreadsheet.git
git@gitee.com:cxd520/x-spreadsheet.git
cxd520
x-spreadsheet
x-spreadsheet
master

搜索帮助