We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d745a4e + 297a6d3 commit c5c44b8Copy full SHA for c5c44b8
.oxfmtrc.json
@@ -2,5 +2,6 @@
2
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3
"semi": false,
4
"singleQuote": true,
5
- "arrowParens": "avoid"
+ "arrowParens": "avoid",
6
+ "ignorePatterns": ["CHANGELOG.md"]
7
}
0 commit comments