You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/tslint.json

11 lines
224 B

{
"defaultSeverity": "error",
"extends": [],
"jsRules": {},
"rules": {
"triple-equals": true, // 必须使用恒等号,进行等于比较
"semicolon": true
},
"rulesDirectory": []
}