Skip to content

Commit

Permalink
Apply Format and Lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Nov 13, 2023
1 parent 5f315bf commit 23169bc
Showing 1 changed file with 12 additions and 21 deletions.
33 changes: 12 additions & 21 deletions blog.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"streetsidesoftware.code-spell-checker",
"bradlc.vscode-tailwindcss",
"csstools.postcss",
"taichi.vscode-textlint",
"taichi.vscode-textlint"
]
},
"folders": [
Expand All @@ -21,26 +21,9 @@
}
],
"settings": {
// "explorer.sortOrder": "mixed",
"eslint.experimental.useFlatConfig": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.documentSelectors": [
"**/*.astro"
],
"cSpell.allowCompoundWords": true,
"cSpell.ignoreRegExpList": [
"[0-9A-Za-zぁ-んァ-ヶ亜-熙纊-黑]+"
],
"cSpell.ignorePaths": [
"devcontainer.json",
"*.code-workspace",
"*.md",
"package-lock.json"
],
"cSpell.ignorePaths": ["devcontainer.json", "*.code-workspace", "*.md", "package-lock.json"],
"cSpell.ignoreRegExpList": ["[0-9A-Za-zぁ-んァ-ヶ亜-熙纊-黑]+"],
"cSpell.words": [
"astro",
"astrojs",
Expand All @@ -64,6 +47,14 @@
"udgothic",
"Vitest",
"yamagami"
]
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
// "explorer.sortOrder": "mixed",
"eslint.experimental.useFlatConfig": true,
"prettier.documentSelectors": ["**/*.astro"]
}
}

0 comments on commit 23169bc

Please sign in to comment.