{ "extends": "../../tslint.json", "rules": { "directive-selector": [true, "attribute", "redaction", "camelCase"], "component-selector": [true, "element", "redaction", "kebab-case"] }, "linterOptions": { "exclude": ["!**/*"] } }