Skip to content

Commit

Permalink
chore(.eslintrc): set correct ecmascript version (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Sep 6, 2021
1 parent 2aa77ca commit bd46255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
env: {
es2021: true,
es2017: true,
node: true,
},
extends: [
Expand All @@ -12,6 +12,7 @@ module.exports = {
"prettier",
],
parserOptions: {
ecmaVersion: 2019,
sourceType: "module",
ecmaFeatures: {
impliedStrict: true,
Expand Down

0 comments on commit bd46255

Please sign in to comment.