Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brionmario/ui-configs
The Shareable configurations to maintain consistency across Brion Mario's UI code bases.
https://github.com/brionmario/ui-configs
eslint hacktoberfest portfolio prettier shareable-configs
Last synced: about 5 hours ago
JSON representation
The Shareable configurations to maintain consistency across Brion Mario's UI code bases.
- Host: GitHub
- URL: https://github.com/brionmario/ui-configs
- Owner: brionmario
- License: mit
- Created: 2022-07-23T15:23:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T03:24:04.000Z (26 days ago)
- Last Synced: 2024-11-02T07:06:03.466Z (7 days ago)
- Topics: eslint, hacktoberfest, portfolio, prettier, shareable-configs
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
's UI Configs
The
Shareable configurations to maintain consistency across
Brion Mario's UI code bases.
☢️ Disclaimer: These configurations are opinionated according to my own beliefs.
Please use at your discretion.
This repository contains the source code of the different configurations that are used in Brion Mario's UI code bases. These configurations ensure that the code bases maintains a consistent style guide whilst adhering to the industry best practices.
## Packages
- [![@brionmario/eslint-plugin](https://img.shields.io/npm/v/@brionmario/eslint-plugin?color=%234B32C3&label=%40brionmario%2Feslint-plugin&logo=eslint)](./packages/eslint-plugin/) - Shareable ESLint configurations & rules used in Brion Mario's code bases
- [![@brionmario/prettier-config](https://img.shields.io/npm/v/@brionmario/prettier-config?color=%23F7B93E&label=%40brionmario%2Fprettier-config&logo=prettier)](./packages/prettier-config/) - Shareable Prettier configurations used in Brion Mario's code bases
- [![@brionmario/stylelint-config](https://img.shields.io/npm/v/@brionmario/stylelint-config?color=%23263238&label=%40brionmario%2Fstylelint-config&logo=stylelint)](./packages/stylelint-config/) - Shareable Stylelint configurations used in Brion Mario's code bases
- `@brionmario/typescript-config` [TODO 🦄] - Shareable TSConfig presets to be used in Brion Mario's code bases
- `@brionmario/jest-preset` [TODO 🦄] - Shareable Jest presets to be used in Brion Mario's code bases
- `@brionmario/postcss-config` [TODO 🦄] - Shareable PostCSS config to be used in Brion Mario's code bases## Contributing
Want to report a bug, contribute some code, or improve the documentation?
Excellent! Read up on our [guidelines for contributing](./CONTRIBUTING.md) to get started.
## License
Licenses this source under the MIT License, Version 2.0 [LICENSE](./LICENSE), You may not use this file except in compliance with the License.