1 Star 0 Fork 0

策马奔腾/material-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 540 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"defaultSeverity": "error",
"extends": ["dtslint/dtslint.json"],
"jsRules": {},
"rules": {
"deprecation": true,
// $ExpectError -> @ts-expect-error
// $ExpectType -> `expectType` from `@material-ui/types`
"expect": false,
"file-name-casing": false,
"no-boolean-literal-compare": false,
"no-empty-interface": false,
"no-unnecessary-callback-wrapper": false,
"no-unnecessary-generics": false,
"no-redundant-jsdoc": false,
"semicolon": [true, "always", "ignore-bound-class-methods"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zgkaaa/material-ui.git
[email protected]:zgkaaa/material-ui.git
zgkaaa
material-ui
material-ui
master

搜索帮助