1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-14 16:55:21 +02:00
Radarr/src/.eslintrc.js

10 lines
111 B
JavaScript

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