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

11 lines
189 B
JSON

{
"defaultSeverity": "error",
"extends": ["../tslint.json"],
"rules": {
"no-empty": false,
"array-type": false,
"no-console": false,
"no-void-expression": false
}
}