node-config/README.md

20 lines
997 B
Markdown
Raw Permalink Normal View History

2023-06-17 07:11:31 +00:00
# Node.js Config
2023-06-17 07:14:43 +00:00
[![Linting](https://github.com/BRAVO68WEB/node-config/actions/workflows/lint.yml/badge.svg)](https://github.com/BRAVO68WEB/node-config/actions/workflows/lint.yml)
2023-06-17 07:11:31 +00:00
This is a monorepo to share miscellaneous Node.js config for [bravo68web](https://github.com/bravo68web), monorepo is managed and versioned by [Changeset](https://github.com/changesets/changesets).
## Apps
- [@bravo68web/eslint-config](apps/eslint-config/) - ESLint config
- [@bravo68web/tsconfig](apps/tsconfig/) - TypeScript config
- [@bravo68web/prettier-config](apps/prettier-config/) - Prettier config
2023-06-17 07:11:31 +00:00
## Strict Configuration
Please be advised that this application has **strict configurations**. **_Adopt these configurations carefully_** and only if they meet the requirements of your project. It is recommended to thoroughly review and understand the configurations before implementation.
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details