Skip to content
Snippets Groups Projects
tslint.json 314 B
Newer Older
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
{
    "extends": "../tslint.json",
    "rules": {
        "directive-selector": [
            true,
            "attribute",
Joe Van Boxtel's avatar
Joe Van Boxtel committed
            "cse",
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
            "camelCase"
        ],
        "component-selector": [
            true,
            "element",
Joe Van Boxtel's avatar
Joe Van Boxtel committed
            "cse",
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
            "kebab-case"
        ]
    }
}