Skip to content

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 22, 2024
1 parent a72a49e commit 80846a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module.exports = [
{
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "script"
"languageOptions": {
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "script"
}
}
}
]

0 comments on commit 80846a4

Please sign in to comment.