1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 19:52:39 +01:00
Sonarr/.esprintrc

10 lines
111 B
Plaintext
Raw Normal View History

2018-01-13 03:01:27 +01:00
{
"paths": [
"frontend/src/**/*.js"
],
"ignored": [
"**/node_modules/**/*"
],
"port": 5004
}