5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
{
|
|
"*.{js,jsx}": ["eslint --max-warnings 0"],
|
|
"*.scss": ["stylelint '**/*.scss'"]
|
|
}
|