UNPKG
lint-changed
Version:
latest (0.0.0-development)
0.0.0-development
Lint files changed in git
github.com/TheXardas/lint-changed
TheXardas/lint-changed
lint-changed
/
.lintchangedrc
10 lines
(9 loc)
•
133 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"linters"
:
{
"*.js"
:
[
"eslint --fix"
,
"git add"
]
,
".*rc"
:
"jsonlint"
}
}