https://github.com/imax153/tsplus-eslint-plugin-dprint
https://github.com/imax153/tsplus-eslint-plugin-dprint
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imax153/tsplus-eslint-plugin-dprint
- Owner: IMax153
- Created: 2022-05-23T15:02:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T15:05:16.000Z (over 3 years ago)
- Last Synced: 2025-06-18T13:59:31.005Z (5 months ago)
- Language: TypeScript
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Starter Monorepo Setup [](https://gitpod.io/#https://github.com/ts-plus/starter-lib)
Install the dependencies with: `yarn`
Run prod build with: `yarn build`
Run dev build with `yarn build-watch`
Run test with: `yarn test` (note thet first you need to build)
Run example files with `node packages/starter-lib/build/examples/EXAMPLE_FILE.js`
## VSCode
Tasks setup, running the `test-watch` task will run build in watch mode and tests in watch mode.
Be sure you select the right typescript version, you should be prompted a notice when opening the ide, if that is not the case:
Open a TS file like `packages/starter-lib/src/index.ts` and then click in the `{}` near `TypeScript` in the bottom right corner of your editor and select the version from the workspace.