Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
BSick7 committed Oct 31, 2024
1 parent 253e8bc commit 8846085
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 42 deletions.
5 changes: 1 addition & 4 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3579,11 +3579,8 @@
{
"name": "Nullstone config",
"description": "Nullstone config.yml file",
"fileMatch": ["**/.nullstone/*.yml", "**/.nullstone/*.yaml"],
"url": "https://raw.githubusercontent.com/nullstone-io/iac/master/.schema/config.0.1.json",
"fileMatch": [
"**/.nullstone/*.yml",
"**/.nullstone/*.yaml"
],
"versions": {
"0.1": "https://raw.githubusercontent.com/nullstone-io/iac/master/.schema/config.0.1.json"
}
Expand Down
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 8846085

Please sign in to comment.