Skip to content

Commit

Permalink
Fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 22, 2024
1 parent bd60f20 commit c462d7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.json

This file was deleted.

8 changes: 8 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default [
{
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "script"
}
}
]

0 comments on commit c462d7c

Please sign in to comment.