angular/devtools/projects/ng-devtools/tslint.json

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

8 lines
173 B
JSON
Raw Normal View History

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