Skip to content

Commit dbee43a

Browse files
committed
fix: update .prettierignore ignore files in subdirs
1 parent 1a660cb commit dbee43a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.prettierignore

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
node_modules
2-
dist
3-
package.json
4-
yarn.lock
5-
package-lock.json
6-
.eslintrc.js
1+
**/node_modules
2+
**/dist
3+
**/package.json
4+
**/yarn.lock
5+
**/package-lock.json
6+
**/.eslintrc.js

0 commit comments

Comments
 (0)