Skip to content

Commit

Permalink
feat(rules): add support to javascript object rest/spread operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jan 28, 2022
1 parent 92cf6ad commit ba198ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
"es6": true
},
"parserOptions": {
"ecmaVersion": 8,
"ecmaVersion": 9,
"sourceType": "module",
"ecmaFeatures": {
"generators": false,
Expand Down

0 comments on commit ba198ed

Please sign in to comment.