FreshRSS/.jshintrc

10 lines
116 B
Plaintext

{
"esversion" : 8,
"browser" : true,
"globals": {
"confirm": true,
"console": true
},
"strict": "global"
}