Skip to content

Commit 47ac903

Browse files
committed
package.json: prettier config to ignore realworld
1 parent 75a6899 commit 47ac903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"test:e2e:debug": "playwright test --debug",
1818
"test:e2e:report": "playwright show-report",
1919
"test:e2e:disabled": "cat e2e/DISABLED_TESTS.md",
20-
"format": "prettier --write \"**/*.{ts,html,css,json,md}\"",
21-
"format:check": "prettier --check \"**/*.{ts,html,css,json,md}\"",
20+
"format": "prettier --write \"**/*.{ts,html,css,json,md}\" \"!realworld/**\"",
21+
"format:check": "prettier --check \"**/*.{ts,html,css,json,md}\" \"!realworld/**\"",
2222
"prepare": "husky install"
2323
},
2424
"engines": {

0 commit comments

Comments
 (0)