Browse Source

Exclude jslib from prettier hook (#486)

pull/488/head
Thomas Rittson 4 years ago committed by GitHub
parent
commit
eb5be3c72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -119,6 +119,6 @@
"npm": ">=7 <=8" "npm": ">=7 <=8"
}, },
"lint-staged": { "lint-staged": {
"*": "prettier --ignore-unknown --write" "./!(jslib)**": "prettier --ignore-unknown --write"
} }
} }

Loading…
Cancel
Save