Skip to content

Commit ce3ff5e

Browse files
committed
feat(angular16): activates lint-staged config for json files
1 parent 6b358d6 commit ce3ff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"*.{js,jsx,ts,tsx,md,html,css,scss}": "prettier --write"
2+
"*.{js,jsx,ts,tsx,md,html,css,scss,json}": "prettier --write"
33
}

0 commit comments

Comments
 (0)