UNPKG
@kimcookieya/presetting.js
Version:
latest (1.0.1)
1.0.1
1.0.0
내가 쓰려고 만든 js, ts 프론트엔드 프로젝트를 위한 프리셋.
@kimcookieya/presetting.js
/
templates
/
.lintstagedrc.json
5 lines
(4 loc)
•
149 B
JSON
View Raw
1
2
3
4
5
{
"*.{js,ts,jsx,tsx,json,yml}"
:
[
"prettier --write --cache"
,
"git add ."
]
,
"*.{js,ts,jsx,tsx,!dist/**}"
:
[
"eslint --cache --fix"
,
"git add ."
]
}