Skip to content

Commit c67c0a9

Browse files
authored
fix indentation of eslint config (#150)
1 parent 035e239 commit c67c0a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cli/make.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ export default (args: string[], cwd: string,) => {
281281
' template-curly-spacing:\n' +
282282
' - warn\n' +
283283
' - always\n' +
284-
' prefer-const: error\n' +
284+
' prefer-const: error\n' +
285285
' no-var: error\n' +
286-
' no-useless-constructor: warn\n' +
287-
' no-useless-computed-key: warn\n' +
286+
' no-useless-constructor: warn\n' +
287+
' no-useless-computed-key: warn\n' +
288288
' no-confusing-arrow: warn\n' +
289289
' arrow-spacing: warn\n' +
290290
' arrow-body-style:\n' +

0 commit comments

Comments
 (0)