Skip to content

Commit

Permalink
Un-format Prettier files
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Nov 4, 2024
1 parent 8846085 commit 4d1a3ab
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
16 changes: 8 additions & 8 deletions src/test/prettierrc/.prettierrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ tabWidth: 4
semi: false
singleQuote: true
overrides:
- files: '*.test.js'
options:
semi: true
- files:
- '*.html'
- 'legacy/**/*.js'
options:
tabWidth: 4
- files: '*.test.js'
options:
semi: true
- files:
- '*.html'
- 'legacy/**/*.js'
options:
tabWidth: 4
60 changes: 30 additions & 30 deletions src/test/prettierrc/prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"overrides": [
{
"files": ["*/*.Rmd"],
"options": {
"parser": "markdown"
}
},
{
"files": ["*/*.type"],
"options": {
"parser": "custom"
}
}
],
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"overrides": [
{
"files": ["*/*.Rmd"],
"options": {
"parser": "markdown"
}
},
{
"files": ["*/*.type"],
"options": {
"parser": "custom"
}
}
],
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}

0 comments on commit 4d1a3ab

Please sign in to comment.