https://github.com/hursey013/js-starter
https://github.com/hursey013/js-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hursey013/js-starter
- Owner: hursey013
- Created: 2021-07-21T19:49:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T21:16:44.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T12:48:25.000Z (3 months ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- 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
```