Files
FreshRSS/.jshintrc
Alexandre Alapetite b438d8bb3d ESLint upgrade from JSHint (#3906)
* ESLint upgrade from JSHint
* commit corresponding package.json
* `npm run fix` for automatic JS and CSS fixes
* Keep JSHint config for now
2021-10-21 11:44:03 +02:00

10 lines
116 B
Plaintext

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