Browse Source

Exclude jslib from prettier hook (#1458)

* Exclude jslib from prettier hook
pull/1486/head
Thomas Rittson 4 years ago committed by GitHub
parent
commit
0b5e1eb256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -100,7 +100,7 @@
"npm": "~8" "npm": "~8"
}, },
"lint-staged": { "lint-staged": {
"*": "prettier --ignore-unknown --write", "./!(jslib)**": "prettier --ignore-unknown --write",
"*.png": "node scripts/optimize.js" "*.png": "node scripts/optimize.js"
} }
} }

Loading…
Cancel
Save