https://github.com/sharecjs/sharec-essential-config
📦 Basic configuration used in sharec packages
https://github.com/sharecjs/sharec-essential-config
Last synced: 11 months ago
JSON representation
📦 Basic configuration used in sharec packages
- Host: GitHub
- URL: https://github.com/sharecjs/sharec-essential-config
- Owner: sharecjs
- Created: 2022-04-01T21:06:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T22:13:53.000Z (about 4 years ago)
- Last Synced: 2024-08-17T08:06:28.875Z (almost 2 years ago)
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sharec essential configuration
[](https://github.com/lamartire/sharec/actions)
[](https://npmjs.com/sharec-essential-config)

> 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
```
And then unwrap configs:
```shell
npx sharec
```