mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[monorepo] format ts files (#28678)
* Add ts files to format package script * Apply changes to service package.json files * [monorepo] only support plain .ts files in all the services --------- Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com> GitOrigin-RevId: 882cf274da86a0dbe1fff395441f6f2458c1405c
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"test:unit:_run": "vitest --config ./vitest.config.unit.cjs",
|
||||
"test:unit": "npm run test:unit:_run",
|
||||
"lint": "eslint --max-warnings 0 --format unix .",
|
||||
"format": "prettier --list-different $PWD/'**/{*.*js, *.*ts,Jenkinsfile}'",
|
||||
"format:fix": "prettier --write $PWD/'**/{*.*js,*.*ts,Jenkinsfile}'",
|
||||
"format": "prettier --list-different $PWD/'**/{*.*js,*.ts,Jenkinsfile}'",
|
||||
"format:fix": "prettier --write $PWD/'**/{*.*js,*.ts,Jenkinsfile}'",
|
||||
"lint:fix": "eslint --fix .",
|
||||
"types:check": "tsc --noEmit",
|
||||
"nodemon": "node --watch app.js"
|
||||
|
||||
Reference in New Issue
Block a user