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

Configure Feed

Select the types of activity you want to include in your feed.

Add lint-staged entry for .d.ts files

+5
+5
package.json
··· 65 65 "terser": "^3.17.0" 66 66 }, 67 67 "lint-staged": { 68 + "*.d.ts": [ 69 + "prettier --write", 70 + "git add" 71 + ], 68 72 "*.{re, rei}": [ 69 73 "bsrefmt --in-place", 70 74 "git add" ··· 76 80 } 77 81 }, 78 82 "prettier": { 83 + "singleQuote": true, 79 84 "printWidth": 100 80 85 }, 81 86 "jest": {