Set of configurations to work with JavaScript or TypeScript projects across platforms.
Package | Version | Downloads |
---|---|---|
ESLint Configurations |
|
|
Prettier Configurations |
|
|
TypeScript Configurations |
|
|
TSup Configurations |
|
|
This project uses Bun as Package Manager. Please install appropriate Bun Version to set this repository up.
Install all the project dependencies as follows:
bun install
This project uses Vitest for Test Suites and Runner.
- To run all the unit test suites, run the following after all the dependencies have been installed:
yarn test
- To collect coverage on the tested files, execute the following command:
yarn test:cov
Head on to Discussion section to report a bug or to ask for any feature. Feel to add your queries about using this library as well under Q & A section of it. Remember, do not create any Issues by yourself, maintainers of this repository will open one if deemed necessary.
See CHANGELOG for more details on what has been changed in the latest release.
This project is licensed under the terms of the MIT license, see LICENSE for more details.