mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-09-25 04:40:37 +00:00
6 lines
129 B
JSON
6 lines
129 B
JSON
{
|
|
"linters": {
|
|
"src/**/*.{js,json}": ["prettier --write", "git add"],
|
|
"src/**/*.js": ["eslint --fix", "git add"]
|
|
}
|
|
}
|