We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bae8e commit d787448Copy full SHA for d787448
packages/@vue/cli-plugin-typescript/generator/template/tslint.json
@@ -10,12 +10,12 @@
10
]
11
},
12
"rules": {
13
- "quotemark": [true, "single"],
14
"indent": [true, "spaces", 2],
15
"interface-name": false,
16
- "ordered-imports": false,
+ "no-consecutive-blank-lines": false,
17
"object-literal-sort-keys": false,
18
- "no-consecutive-blank-lines": false
+ "ordered-imports": false,
+ "quotemark": [true, "single"]
19
}
20
21
<%_ } _%>
0 commit comments