An open API service indexing awesome lists of open source software.

https://github.com/bechstein/shared-configs

Monorepo of shared configuration packages for consistency across projects.
https://github.com/bechstein/shared-configs

config eslint eslint-config monorepo prettier prettier-config shared

Last synced: about 2 months ago
JSON representation

Monorepo of shared configuration packages for consistency across projects.

Awesome Lists containing this project

README

          

# @bechstein/shared-configs

This repository houses shared configurations for various linting and formatting tools used across multiple projects to
maintain consistency and reduce duplication.

## Packages

This monorepo follows a structured layout with a `packages` directory, where each configuration is maintained in its own subdirectory. Currently, the available package is:

- [@bechstein/angular-eslint-config](packages/angular-eslint-config/README.md)
- [@bechstein/eslint-config](packages/eslint-config/README.md)
- [@bechstein/prettier-config](packages/prettier-config/README.md)

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE.txt) file for details.