mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 14:17:27 +02:00
Bump ESLint ecmaVersion to 2020.
It wasn't aware of optional chaining.
This commit is contained in:
parent
ca751c10e1
commit
fdf9a08197
@ -7,7 +7,7 @@ module.exports = {
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018
|
||||
"ecmaVersion": 2020
|
||||
},
|
||||
"rules": {
|
||||
"accessor-pairs": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user