Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow

Add lint-staged entry for .d.ts files

Changed files
+5
+5
package.json
···
"terser": "^3.17.0"
},
"lint-staged": {
+
"*.d.ts": [
+
"prettier --write",
+
"git add"
+
],
"*.{re, rei}": [
"bsrefmt --in-place",
"git add"
···
}
},
"prettier": {
+
"singleQuote": true,
"printWidth": 100
},
"jest": {