We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84289b3 commit a78be41Copy full SHA for a78be41
scripts/prettier/index.js
@@ -55,6 +55,7 @@ const files = glob
55
ignore: [
56
'**/node_modules/**',
57
'**/cjs/**',
58
+ 'compiler/**',
59
...ignoredPathsListedInPrettierIgnoreInGlobFormat,
60
],
61
})
0 commit comments