Skip to content

Commit

Permalink
modifed eslintrjson file further
Browse files Browse the repository at this point in the history
  • Loading branch information
ogometz committed Nov 16, 2024
1 parent c5887f7 commit ddc3c78
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@
"public/src/modules/alerts.js",
"public/src/modules/api.js"
],
"rules": {
"no-var": "off",
"parser": "off",
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "script"
},
"rules": {
"no-var": "off"
}
}
]
Expand Down

0 comments on commit ddc3c78

Please sign in to comment.