@carto/airship-bridge
Version:
Airship bridge to other libs (CARTO VL, CARTO.js)
30 lines (29 loc) • 528 B
JSON
{
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"quotemark": [
true,
"single"
],
"interface-name": [
true,
"never-prefix"
],
"no-empty-interface": null,
"no-consecutive-blank-lines": null,
"eofline": null,
"trailing-comma": [
true,
{
"multiline": {
"arguments": "never"
}
}
],
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
},
"rulesDirectory": []
}