Releases: borderless/ts-scripts
Releases · borderless/ts-scripts
Allow any TypeScript peer dependency
Fixed
- Allow any TypeScript version as peer
Resolve `ts-jest` ahead of time
Fixed
- Resolve
ts-jest
explicitly due to issues with npm scoping ofnode_modules
Add React.js support for linting
Fixed
- Add support for react to eslint
- Delete
eslint-plugin-prettier
due to transitive dependency on the configuration which may not exist
Use node script paths
Fixed
- Use node script paths to avoid issues where
bin
isn't getting created bynpm
Disable auto-installing husky
Fixed
- Disable auto-installing husky, use
ts-scripts install
Initial Release
Initial release with built-in pre-commit hook, prettier, Jest, ESLint, and tsc
.