@daiyam/artifact-lang-js
Version:
The base configuration for my javascript projects
34 lines (24 loc) • 1.03 kB
Markdown
[@daiyam/artifact-lang-js](https://github.com/daiyam/artifact-configs/tree/master/packages/lang-js)
===================================================================================================
[](./LICENSE)
[](https://www.npmjs.com/package/@daiyam/artifact-lang-js)
The base configuration for my javascript projects.
Getting Started
---------------
```sh
mkdir myproject
cd myproject
npm init -y
artifact add @daiyam/lang-js
```
Dependencies
------------
- [commitlint](https://github.com/conventional-changelog/commitlint)
- [commitizen](https://github.com/commitizen/cz-cli)
- [fixpack](https://github.com/henrikjoreteg/fixpack)
- [husky](https://github.com/typicode/husky)
- [lint-staged](https://github.com/okonet/lint-staged)
License
-------
Copyright © 2021-present Baptiste Augrain
Licensed under the [MIT license](https://opensource.org/licenses/MIT).