Formatting and config
This commit is contained in:
parent
ac8a31795e
commit
52fd781b60
23 changed files with 521 additions and 515 deletions
8
prettier.config.cjs
Normal file
8
prettier.config.cjs
Normal file
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
semi: false,
|
||||
printWidth: 1000,
|
||||
plugins: [
|
||||
"prettier-plugin-astro",
|
||||
"prettier-plugin-organize-imports",
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue