Skip to content

Commit

Permalink
Update lint parser
Browse files Browse the repository at this point in the history
  • Loading branch information
surged20 committed Jun 6, 2024
1 parent d7bc9f0 commit de5ecb9
Show file tree
Hide file tree
Showing 3 changed files with 1,332 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// SPDX-License-Identifier: MIT

module.exports = {
parser: "@babel/eslint-parser",
parserOptions: {
requireConfigFile: false,
ecmaVersion: 2020,
extraFileExtensions: [".cjs", ".mjs"],
sourceType: "module",
Expand Down
Loading

0 comments on commit de5ecb9

Please sign in to comment.