@kyobobook/config
v0.2.0
Published
package config for kbb-fe
Downloads
11
Readme
kbbfe/config
node.js configuration for frontend developer
setup
git crlf
git config --global core.eol native
git config --global core.autocrlf falsehusky precommit 설정
git config advice.ignoredHook falseTODO
- develop (default)
- main (ci/cd)
- [x] setup: .gitignore
- [x] setup: npm
- [x] release: ci/cd pipeline(github action)
- [ ] release-pipeline: bump up version & update
- changelog
- [ ] release-pipeline: publish npm
- [ ] release-pipeline: merge main branch & tagging
- [ ] setup: eslint
- set eslint-js
- [ ] javascript → @kyobobook/config/eslint-js
- [ ] typescript → @kyobobook/config/eslint-ts
- [ ] extends: @kyobobook/config/eslint-js
extends: @kyobobook/config/eslint-ts
