1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-16 15:29:40 +02:00
Radarr/.esprintrc

10 lines
111 B
Plaintext
Raw Normal View History

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