Fix deprecated syntax in .eslintrc

master
Dragory 2019-08-13 19:58:14 +03:00
parent fcd48d6420
commit bf3066a594
1 changed files with 2 additions and 5 deletions

View File

@ -2,11 +2,8 @@
"root": true, "root": true,
"parserOptions": { "parserOptions": {
"ecmaVersion": 8, "ecmaVersion": 10,
"sourceType": "module", "sourceType": "module"
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
}, },
"env": { "env": {