Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1void0/utils
Some utilities to help you through your projects.
https://github.com/1void0/utils
commitlint eslint eslintconfig javascript prettier react typescript utils
Last synced: 10 days ago
JSON representation
Some utilities to help you through your projects.
- Host: GitHub
- URL: https://github.com/1void0/utils
- Owner: 1void0
- Created: 2019-05-05T19:45:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T05:36:14.000Z (over 3 years ago)
- Last Synced: 2024-10-12T21:59:17.944Z (27 days ago)
- Topics: commitlint, eslint, eslintconfig, javascript, prettier, react, typescript, utils
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Some utilities to help you through your projects.## Linters
### [@void0/eslint-config](./packages/eslint-config/)
Provides a strict ESlint config for TypeScript projects using Prettier and JS modules.
### [@void0/eslint-config-react](./packages/eslint-config-react/)
Provides a strict ESlint config TypeScript and React projects using Prettier, JS modules and concerned about accessibility.
### [@void0/stylelint-config](./packages/stylelint-config/)
Provides a strict stylelint config for projects using Prettier.
### [@void0/commitlint-config](./packages/commitlint-config/)
Shareable commitlint config adding `content` and `design` to conventional commits.
## Helpers
### [@void0/platform](./packages/platform/)
Detects if the current code is running on client or server side.