Browse Source

Add ts files to prettier (#433)

* Add ts files to prettier

* Add all filestypes to prettier and ignore via .prettierignore

* Add --ignore-unknown to prettier
pull/2722/head^2
Daniel James Smith 4 years ago committed by GitHub
parent
commit
f26bfb5859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -102,6 +102,6 @@ @@ -102,6 +102,6 @@
"npm": ">=7 <=8"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
"*": "prettier --ignore-unknown --write"
}
}

Loading…
Cancel
Save