7 lines
249 B
JSON
7 lines
249 B
JSON
{
|
|
"linters": {
|
|
"ui/**/*.{js,jsx,scss,json}": ["prettier --write", "git add"],
|
|
"lbrytv/component/*.{js,jsx,scss,json}": ["prettier --write", "git add"],
|
|
"ui/**/*.{js,jsx}": ["eslint", "flow focus-check --color always", "git add"]
|
|
}
|
|
}
|