1 Star 0 Fork 1

engalar/CompactTree

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
engalar 提交于 2021-12-28 10:23 . Initial commit
const base = require("@mendix/pluggable-widgets-tools/configs/eslint.ts.base.json");
module.exports = {
...base,
rules: {
"@typescript-eslint/ban-ts-ignore": "warn",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-empty-function": "off",
"react/no-find-dom-node": "off",
"react/no-deprecated": "warn"
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/engalar/CompactTree.git
[email protected]:engalar/CompactTree.git
engalar
CompactTree
CompactTree
master

搜索帮助