Radarr/src/.eslintrc.js

10 lines
111 B
JavaScript

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