Skip to content

Commit 9b97eb5

Browse files
tipakADanktuary
authored andcommitted
Bump suggested eslint config's ecma version (discordjs#245)
1 parent 42763a3 commit 9b97eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/preparations/setting-up-a-linter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ESLint may display a lot of warnings and errors about your code when you start u
4949
"es6": true
5050
},
5151
"parserOptions": {
52-
"ecmaVersion": 2017
52+
"ecmaVersion": 2019
5353
},
5454
"rules": {
5555

@@ -71,7 +71,7 @@ Alternatively, if you don't want to go through everything one-by-one on your own
7171
"es6": true
7272
},
7373
"parserOptions": {
74-
"ecmaVersion": 2017
74+
"ecmaVersion": 2019
7575
},
7676
"rules": {
7777
"brace-style": ["error", "stroustrup", { "allowSingleLine": true }],

0 commit comments

Comments
 (0)