https://github.com/newlevelup/config
📦⚙️ A monorepo for sharable config packages
https://github.com/newlevelup/config
browserslist commitlint config editor eslint monorepo prettier release renovate stylelint
Last synced: 3 months ago
JSON representation
📦⚙️ A monorepo for sharable config packages
- Host: GitHub
- URL: https://github.com/newlevelup/config
- Owner: newlevelup
- License: mit
- Created: 2022-12-30T19:12:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:15:36.000Z (over 1 year ago)
- Last Synced: 2024-10-29T18:42:48.649Z (over 1 year ago)
- Topics: browserslist, commitlint, config, editor, eslint, monorepo, prettier, release, renovate, stylelint
- Language: JavaScript
- Homepage:
- Size: 4.65 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [config](https://github.com/newlevelup/config)
New Level Up shareable configs:
- :package: 🎈 [`browserslist-config`](packages/browserslist-config)  [](https://www.npmjs.com/package/@newlevelup/browserslist-config) [](https://github.com/newlevelup/config/pkgs/npm/browserslist-config)
- :package: :speech\_balloon: [`commitlint-config`](packages/commitlint-config)  [](https://www.npmjs.com/package/@newlevelup/commitlint-config) [](https://github.com/newlevelup/config/pkgs/npm/commitlint-config)
- :package: :writing\_hand: [`editor-config`](packages/editor-config)  [](https://www.npmjs.com/package/@newlevelup/editor-config) [](https://github.com/newlevelup/config/pkgs/npm/editor-config)
- :package: :hammer\_and\_wrench: [`eslint-config`](packages/eslint-config)  [](https://www.npmjs.com/package/@newlevelup/eslint-config) [](https://github.com/newlevelup/config/pkgs/npm/eslint-config)
- :package: :nail\_care: [`prettier-config`](packages/prettier-config)  [](https://www.npmjs.com/package/@newlevelup/prettier-config) [](https://github.com/newlevelup/config/pkgs/npm/prettier-config)
- :package: :rocket: [`release-config`](packages/release-config)  [](https://www.npmjs.com/package/@newlevelup/release-config) [](https://github.com/newlevelup/config/pkgs/npm/release-config)
- :package: :recycle: [`renovate-config`](packages/renovate-config)  [](https://www.npmjs.com/package/@newlevelup/renovate-config) [](https://github.com/newlevelup/config/pkgs/npm/renovate-config)
- :package: :necktie: [`stylelint-config`](packages/stylelint-config)  [](https://www.npmjs.com/package/@newlevelup/stylelint-config) [](https://github.com/newlevelup/config/pkgs/npm/stylelint-config)
- :package: :bus: [`syncpack-config`](packages/syncpack-config)  [](https://www.npmjs.com/package/@newlevelup/syncpack-config) [](https://github.com/newlevelup/config/pkgs/npm/syncpack-config)
- :package: 🧘 [`remark-config`](packages/remark-config)  [](https://www.npmjs.com/package/@newlevelup/remark-config) [](https://github.com/newlevelup/config/pkgs/npm/remark-config)
## 🛠️ Tools
Tools used in this repository to make it lit 🔥
### CI / CD
- 🤖 [Kodiak](https://kodiakhq.com/) to automate GitHub Pull Requests merges and rebase.
- 🤖 [Renovate](https://github.com/renovatebot/renovate) for dependency package management (patch + minor).
- 💯 [syncpack](https://github.com/JamieMason/syncpack) for consistent dependency versions in package.json.
## 🙇️ References
- [newhighsco](https://github.com/newhighsco/config)
## 📝️ License
[MIT](./LICENSE) © [New Level Up](https://github.com/newlevelup)