Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Void0 utils



CircleCI


Maintainability


Test Coverage




Dependabot Status


Commitizen friendly


lerna


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.