1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-16 07:19:51 +02:00
Radarr/src/.eslintrc.js

10 lines
111 B
JavaScript
Raw Normal View History

module.exports = {
plugins: [
'json',
],
rules: {
'json/*': ['error', 'allowComments'],
}
}