1void0/utils

View on GitHub
README.md

Summary

Maintainability
Test Coverage
<p align="center">
  <img
    alt="Void0 utils"
    height="120"
    src="https://raw.githubusercontent.com/1void0/utils/master/assets/void0-utils.png"
    width="120"
  />
</p>

<p align="center">
  <a href="https://circleci.com/gh/1void0/utils">
    <img alt="CircleCI" src="https://circleci.com/gh/1void0/utils.svg?style=shield">
  </a>
  <a href="https://codeclimate.com/github/1void0/utils/maintainability">
    <img alt="Maintainability" src="https://api.codeclimate.com/v1/badges/33ec60b64fd9407c2de5/maintainability">
  </a>
  <a href="https://codeclimate.com/github/1void0/utils/test_coverage">
    <img alt="Test Coverage" src="https://api.codeclimate.com/v1/badges/33ec60b64fd9407c2de5/test_coverage">
  </a>
</p>
<p align="center">
  <a href="https://dependabot.com">
    <img alt="Dependabot Status" src="https://api.dependabot.com/badges/status?host=github&repo=1void0/utils">
  </a>
  <a href="http://commitizen.github.io/cz-cli/">
    <img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg">
  </a>
  <a href="https://lerna.js.org/">
    <img alt="lerna" src="https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg">
  </a>
</p>

<p align="center">
  Some utilities to help you through your projects.
</p>

## 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.