7 lines
129 B
JSON
7 lines
129 B
JSON
|
{
|
||
|
"linters": {
|
||
|
"src/**/*.{js,json}": ["prettier --write", "git add"],
|
||
|
"src/**/*.js": ["eslint --fix", "git add"]
|
||
|
}
|
||
|
}
|