source: Farmatiko/ClientApp/src/tslint.json@ 28d7d35

Last change on this file since 28d7d35 was 30a465f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

  • Property mode set to 100644
File size: 314 bytes
Line 
1{
2 "extends": "../tslint.json",
3 "rules": {
4 "directive-selector": [
5 true,
6 "attribute",
7 "app",
8 "camelCase"
9 ],
10 "component-selector": [
11 true,
12 "element",
13 "app",
14 "kebab-case"
15 ]
16 }
17}
Note: See TracBrowser for help on using the repository browser.