Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epszaw/poehali-config
✨ Much unified way to start something
https://github.com/epszaw/poehali-config
Last synced: 24 days ago
JSON representation
✨ Much unified way to start something
- Host: GitHub
- URL: https://github.com/epszaw/poehali-config
- Owner: epszaw
- License: mit
- Created: 2019-10-12T08:44:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T00:18:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T15:25:20.510Z (about 1 month ago)
- Size: 197 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poehali config
> ✨ Much unified way to start something
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 poehali-config
```Or with `yarn`:
```shell
yarn add -D poehali-config
```