Skip to content

Releases: borderless/ts-scripts

Allow any TypeScript peer dependency

16 Feb 04:24
Compare
Choose a tag to compare

Fixed

  • Allow any TypeScript version as peer

Resolve `ts-jest` ahead of time

14 Feb 09:08
Compare
Choose a tag to compare

Fixed

  • Resolve ts-jest explicitly due to issues with npm scoping of node_modules

Add React.js support for linting

14 Feb 08:58
Compare
Choose a tag to compare

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

14 Feb 08:11
Compare
Choose a tag to compare

Fixed

  • Use node script paths to avoid issues where bin isn't getting created by npm

Disable auto-installing husky

14 Feb 07:29
Compare
Choose a tag to compare

Fixed

  • Disable auto-installing husky, use ts-scripts install

Initial Release

14 Feb 06:10
Compare
Choose a tag to compare

Initial release with built-in pre-commit hook, prettier, Jest, ESLint, and tsc.