mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
10 lines
111 B
JavaScript
10 lines
111 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'json',
|
|
],
|
|
|
|
rules: {
|
|
'json/*': ['error', 'allowComments'],
|
|
}
|
|
}
|