aboutsummaryrefslogtreecommitdiffstats
path: root/config/tsconfig.base.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 20:33:53 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 20:33:53 +0100
commitd85f09cbed5f3d2501f791e689011ae127df1cbb (patch)
tree0ed5be55dd5d3dec1d51eb60e7ff229274030a57 /config/tsconfig.base.json
parentbuild: Disable single-run eslint-typescript (diff)
downloadsophie-d85f09cbed5f3d2501f791e689011ae127df1cbb.tar.gz
sophie-d85f09cbed5f3d2501f791e689011ae127df1cbb.tar.zst
sophie-d85f09cbed5f3d2501f791e689011ae127df1cbb.zip
build: Add prettier
eslint will also enforce prettier rules, so there is no need to call prettier separately in CI. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'config/tsconfig.base.json')
-rw-r--r--config/tsconfig.base.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/tsconfig.base.json b/config/tsconfig.base.json
index 255f334..ff7594e 100644
--- a/config/tsconfig.base.json
+++ b/config/tsconfig.base.json
@@ -12,8 +12,6 @@
12 "isolatedModules": true, 12 "isolatedModules": true,
13 "skipLibCheck": true, 13 "skipLibCheck": true,
14 "checkJs": true, 14 "checkJs": true,
15 "lib": [ 15 "lib": ["esnext"]
16 "esnext"
17 ]
18 } 16 }
19} 17}