mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2025-12-23 21:47:44 -05:00
* ESLint upgrade from JSHint * commit corresponding package.json * `npm run fix` for automatic JS and CSS fixes * Keep JSHint config for now
10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
{
|
|
"esversion" : 8,
|
|
"browser" : true,
|
|
"globals": {
|
|
"confirm": true,
|
|
"console": true
|
|
},
|
|
"strict": "global"
|
|
}
|