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.
- Host: GitHub
- URL: https://github.com/bechstein/shared-configs
- Owner: bechstein
- License: mit
- Created: 2024-07-03T11:21:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T14:44:14.000Z (over 1 year ago)
- Last Synced: 2025-02-19T15:22:25.408Z (over 1 year ago)
- Topics: config, eslint, eslint-config, monorepo, prettier, prettier-config, shared
- Language: JavaScript
- Homepage:
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.