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

https://github.com/hursey013/js-starter


https://github.com/hursey013/js-starter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Sharec essential configuration

[![.github/workflows/main.yml](https://github.com/lamartire/sharec/workflows/.github/workflows/main.yml/badge.svg)](https://github.com/lamartire/sharec/actions)
[![npm](https://img.shields.io/npm/v/sharec-essential-config)](https://npmjs.com/sharec-essential-config)
![MIT License](https://camo.githubusercontent.com/4481c7672053be9c676fbc983c040ca59fddfa19/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f6c6f6775782d70726f636573736f722e737667)

> Configs for the for all occasions ✨

This configuration package includes:

* `eslint` with `standard` preset and `prettier` plugin
* `prettier`
* `lint-staged`
* `husky`
* `commmit-lint`
* `commitizen`

Install it by:

```shell
npm i --save-dev sharec-essential-config
```

Or with `yarn`:

```shell
yarn add -D sharec-essential-config
```