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.
ecmwf-dataset-crawl/controller/tslint.json

15 lines
289 B
JSON

{
"defaultSeverity": "error",
"extends": [
"tslint-config-standard"
],
"jsRules": {},
"rules": {
"curly": false,
"no-use-before-declare": false,
"return-undefined": false,
"trailing-comma": true
},
"rulesDirectory": []
}