@google/dscc
Version:
`dscc` (Data Studio Community Component) is a library to help with the building of community components for Google Data Studio. It can be used as a standalone library, or as a npm dependency.
23 lines (22 loc) • 477 B
JSON
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"no-console": [true, "log"],
"interface-name": [true, "never-prefix"],
"quotemark": [true, "single"],
"object-literal-sort-keys": false,
"trailing-comma": [true, {
"multiline": {
"objects": "always",
"arrays": "always",
"functions": "never",
"typeLiterals": "always"
}
}]
},
"rulesDirectory": []
}