1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-14 16:55:21 +02:00
Radarr/.esprintrc

11 lines
161 B
Plaintext
Raw Normal View History

2018-11-23 08:05:47 +01:00
{
"paths": [
"frontend/src/**/*.js",
"src/NzbDrone.Core/Localization/Core/*.json"
2018-11-23 08:05:47 +01:00
],
"ignored": [
"**/node_modules/**/*"
],
"port": 5004
}