mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
10 lines
111 B
JavaScript
10 lines
111 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'json',
|
|
],
|
|
|
|
rules: {
|
|
'json/*': ['error', 'allowComments'],
|
|
}
|
|
}
|