@caioms/pre-git-auto-format 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "*.{js,jsx,ts,tsx,mjs,cjs}": [
3
- "npx biome format --write"
3
+ "npx biome format --write --no-errors-on-unmatched --files-ignore-unknown=true"
4
4
  ]
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caioms/pre-git-auto-format",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Automatic pre-commit formatting with BiomeJS and lint-staged",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/postinstall.js CHANGED
File without changes