Nova-Client/Solar/Launcher/node_modules/galactus/tslint.json

13 lines
316 B
JSON
Raw Normal View History

2023-03-19 20:32:58 +01: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": []
}