Skip to content

Commit

Permalink
minor change to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanbond committed Feb 3, 2024
1 parent 4f330b9 commit 77c5a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"parser": "@typescript-eslint/parser",
"extends": "formio",
"parserOptions": {
"ecmaVersion": 2015,
"ecmaVersion": 2020,
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"env": {
"browser": true,
"es6": true,
"es2020": true,
"node": true,
"mocha": true
},
Expand Down

0 comments on commit 77c5a5b

Please sign in to comment.