1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-22 16:02:43 +00:00
Radarr/.esprintrc

10 lines
111 B
Text
Raw Normal View History

2018-11-23 07:05:47 +00:00
{
"paths": [
"frontend/src/**/*.js"
],
"ignored": [
"**/node_modules/**/*"
],
"port": 5004
}