system_assignation/node_modules/galactus/tslint.json

13 lines
316 B
JSON
Raw Normal View History

2022-03-24 09:22:39 -04:00
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"quotemark": [true, "single", "avoid-escape", "avoid-template"],
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
},
"rulesDirectory": []
}