We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859fcca commit da28bb8Copy full SHA for da28bb8
1 file changed
.oxfmtrc.json
@@ -3,5 +3,9 @@
3
"printWidth": 100,
4
"experimentalSortPackageJson": false,
5
"trailingComma": "es5",
6
- "ignorePatterns": ["packages/bundler-plugin-core/test/fixtures", ".nxcache"]
+ "ignorePatterns": [
7
+ "packages/bundler-plugin-core/test/fixtures",
8
+ "packages/bundler-plugins/test/core/fixtures",
9
+ ".nxcache"
10
+ ]
11
}
0 commit comments