Skip to content

Commit

Permalink
fix indentation of eslint config (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth authored Dec 17, 2024
1 parent 035e239 commit c67c0a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ export default (args: string[], cwd: string,) => {
' template-curly-spacing:\n' +
' - warn\n' +
' - always\n' +
' prefer-const: error\n' +
' prefer-const: error\n' +
' no-var: error\n' +
' no-useless-constructor: warn\n' +
' no-useless-computed-key: warn\n' +
' no-useless-constructor: warn\n' +
' no-useless-computed-key: warn\n' +
' no-confusing-arrow: warn\n' +
' arrow-spacing: warn\n' +
' arrow-body-style:\n' +
Expand Down

0 comments on commit c67c0a9

Please sign in to comment.