Skip to content

Commit 476e52e

Browse files
Alex Rohlederyyx990803
Alex Rohleder
authored andcommitted
style: fix indentation on tslint.json (#1335)
1 parent afb3173 commit 476e52e

File tree

1 file changed

+3
-3
lines changed
  • packages/@vue/cli-plugin-typescript/generator/template

1 file changed

+3
-3
lines changed

packages/@vue/cli-plugin-typescript/generator/template/tslint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"tslint:recommended"
66
],
77
"linterOptions": {
8-
"exclude": [
9-
"node_modules/**"
10-
]
8+
"exclude": [
9+
"node_modules/**"
10+
]
1111
},
1212
"rules": {
1313
"quotemark": [true, "single"],

0 commit comments

Comments
 (0)