1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-06 03:34:04 +00:00
Sonarr/.esprintrc

10 lines
111 B
Text
Raw Normal View History

2018-01-12 18:01:27 -08:00
{
"paths": [
"frontend/src/**/*.js"
],
"ignored": [
"**/node_modules/**/*"
],
"port": 5004
}