Skip to content

Commit

Permalink
Generate eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
omkhegde committed May 22, 2024
1 parent 1d0a01e commit 03f65ed
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 32 deletions.
7 changes: 7 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import globals from "globals";


export default [
{files: ["**/*.js"], languageOptions: {sourceType: "commonjs"}},
{languageOptions: { globals: globals.browser }},
];
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"jest": "^29.7.0"
}
}

0 comments on commit 03f65ed

Please sign in to comment.