pineapple-modules/Misc/module-template/projects/examplemodule/tslint.json

18 lines
317 B
JSON

{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"lib",
"camelCase"
],
"component-selector": [
true,
"element",
"lib",
"kebab-case"
]
}
}