angular/devtools/projects/protocol/tslint.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
187 B
JSON
Raw Normal View History

2020-01-27 18:40:18 +00:00
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "lib", "camelCase"],
"component-selector": [true, "element", "lib", "kebab-case"]
2020-01-27 18:40:18 +00:00
}
}