Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal423 committed Sep 23, 2024
1 parent 916e74d commit af843f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/resources/projects/prettier/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

printWidth: 140
singleQuote: true
tabWidth: {{indentSize}}
tabWidth: 2
useTabs: false
endOfLine: '{{endOfLine}}'
endOfLine: 'lf'

plugins:
- '@prettier/plugin-xml'
Expand All @@ -20,4 +20,3 @@ bracketSameLine: false

# xml rules:
xmlWhitespaceSensitivity: ignore

0 comments on commit af843f3

Please sign in to comment.