aids formatting no more
This commit is contained in:
parent
b04f6aa29f
commit
ebd03b9f8a
2 changed files with 7 additions and 3 deletions
|
@ -1,2 +1,5 @@
|
|||
bracketSameLine: true
|
||||
printWidth: 240
|
||||
{
|
||||
"printWidth": 300,
|
||||
"singleAttributePerLine": true,
|
||||
"bracketSameLine": true
|
||||
}
|
||||
|
|
|
@ -37,7 +37,8 @@
|
|||
"msft": "npm run build && electron-builder -c msft-package.json",
|
||||
"mstest": "npm run build && electron-builder -c msft-test.json",
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"prettier": "npx prettier --write '**/*.{js,json,ts,css,less}'"
|
||||
"format:check": "prettier --check \"src/**/*.{js,json,ts,css,less}\"",
|
||||
"format:write": "prettier --write \"src/**/*.{js,json,ts,css,less}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/electron": "^4.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue