Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "camelCase"],
"component-selector": [true, "element", "kebab-case"]
}