Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix: Explicit ECMA version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Apr 29, 2022
1 parent b1aafed commit 708f250
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
module.exports = {
root: true,
env: {
browser: true,
node: true,
es2022: true,
},
parserOptions: {
ecmaVersion: "latest",
},
extends: ["eslint:recommended"],
plugins: ["@typescript-eslint"],
overrides: [
Expand Down

0 comments on commit 708f250

Please sign in to comment.