We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32367dc commit bb4df6aCopy full SHA for bb4df6a
package.json
@@ -76,7 +76,7 @@
76
"setupFiles": ["raf/polyfill"]
77
},
78
"lint-staged": {
79
- "*.{js,json,md,css}": ["prettier --write", "git add"]
+ "*.{js*,ts,json,md,css}": ["prettier --write", "git add"]
80
81
"bundlesize": [
82
{
0 commit comments