mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
chore: update prettier config
This commit is contained in:
4
.prettierignore
Normal file
4
.prettierignore
Normal file
@@ -0,0 +1,4 @@
|
||||
node_modules
|
||||
jsconfig.json
|
||||
package.json
|
||||
package-lock.json
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 2,
|
||||
"bracketSpacing": true,
|
||||
"printWidth": 80,
|
||||
"proseWrap": "always",
|
||||
"singleQuote": true,
|
||||
"proseWrap": "always"
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "all",
|
||||
"semi": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user