Improve code format settings

This commit is contained in:
Sascha Mann
2019-08-13 12:59:15 +02:00
parent 7961e4e3f2
commit 19cd32b2a3

View File

@@ -6,8 +6,8 @@
"main": "lib/setup-julia.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"format": "prettier --single-quote --print-width 120 --tab-width 4 --no-semi --write **/*.ts",
"format-check": "prettier --single-quote --print-width 120 --tab-width 4 --no-semi --check **/*.ts",
"test": "jest"
},
"repository": {