wangtengyu
2018-11-09 41fc80adb208e8bbf0bd0a65d9c3051b78fd4501
commit | author | age
a5a648 1 {
W 2   "extends": "tslint-ionic-rules",
3   "rules": {
4     "no-duplicate-variable": true,
5     "quotemark": [
6       true,
7       "single",
8       "avoid-escape",
9       "avoid-template"
10     ],
11     "no-unused-variable": [
12       true
13     ],
14     "ordered-imports": {
15       "options": {
16         "import-sources-order": "any",
17         "named-imports-order": "any"
18       }
19     }
20   },
21   "rulesDirectory": [
22     "node_modules/tslint-eslint-rules/dist/rules"
23   ]
24 }