diff --git a/tslint.json b/tslint.json index b6363ed..ee44f97 100644 --- a/tslint.json +++ b/tslint.json @@ -99,7 +99,7 @@ ], "directive-selector": [true, "attribute", "app", "camelCase"], - "component-selector": [true, "element", ["app", "widget"], "kebab-case"], + "component-selector": [true, "element", ["app", "widget", "snippet"], "kebab-case"], "use-input-property-decorator": true, "use-output-property-decorator": true, "use-host-property-decorator": true,