UNPKG
react-meerkat
Version:
latest (4.0.4)
4.0.4
Alerts for React
github.com/jacobsowles/react-meerkat
jacobsowles/react-meerkat
react-meerkat
/
.lintstagedrc
4 lines
•
88 B
Plain Text
View Raw
1
2
3
4
{
"src/*.js"
:
[
"eslint --fix"
,
"git add"
]
,
"*.js"
:
[
"prettier --write"
,
"git add"
]
}