mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
chore: up ecmaVersion in eslint to support object rest spread
This commit is contained in:
parent
4a24e8c12c
commit
f33ad64d12
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017
|
||||
"ecmaVersion": 2018
|
||||
},
|
||||
"env": {
|
||||
"es6": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue