mirror of https://github.com/Radarr/Radarr
10 lines
111 B
JavaScript
10 lines
111 B
JavaScript
|
module.exports = {
|
||
|
plugins: [
|
||
|
'json',
|
||
|
],
|
||
|
|
||
|
rules: {
|
||
|
'json/*': ['error', 'allowComments'],
|
||
|
}
|
||
|
}
|