Lidarr/.esprintrc

10 lines
111 B
Plaintext
Raw Normal View History

2017-10-07 06:21:06 +00:00
{
"paths": [
"frontend/src/**/*.js"
],
"ignored": [
"**/node_modules/**/*"
],
"port": 5004
}