Skip to content

Commit

Permalink
update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Jul 26, 2024
1 parent d1d38db commit 222f5e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
/** @type {import("eslint").Linter.Config} */
const config = {
root: true,
env: { browser: true, es2020: true },
extends: [
Expand All @@ -19,3 +20,5 @@ module.exports = {
],
},
};

module.exports = config;

0 comments on commit 222f5e6

Please sign in to comment.