1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-20 01:42:35 +01:00
Radarr/src/.eslintrc.js

10 lines
111 B
JavaScript

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