diff --git a/collaborative/package.json b/collaborative/package.json index dd329136508ab5543091dee009a81df5beda3434..8b260313f9185224e62dad155e100c95295bf367 100644 --- a/collaborative/package.json +++ b/collaborative/package.json @@ -58,6 +58,6 @@ }, "lint-staged": { "*.{js,ts,tsx}": "eslint --cache --fix", - "*.{js,ts,css,md,json,yml}": "prettier --write" + "*.{js,ts,tsx,css,md,json,yml}": "prettier --write" } } diff --git a/single-player/package.json b/single-player/package.json index 62235433255445d9e5e448d085bb86bc3c9fe64b..394fb5301fcb7062fbcb6e2d181d32439975c63d 100644 --- a/single-player/package.json +++ b/single-player/package.json @@ -56,6 +56,6 @@ }, "lint-staged": { "*.{js,ts,tsx}": "eslint --cache --fix", - "*.{js,ts,css,md,json,yml}": "prettier --write" + "*.{js,ts,tsx,css,md,json,yml}": "prettier --write" } }