Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Oct 1, 2024
1 parent 802cc5a commit c23ccd3
Show file tree
Hide file tree
Showing 5 changed files with 899 additions and 663 deletions.
11 changes: 11 additions & 0 deletions web/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import js from "@eslint/js";

export default [
js.configs.recommended,
{
rules: {
"no-unused-vars": "warn",
"no-undef": "warn"
}
}
];
Loading

0 comments on commit c23ccd3

Please sign in to comment.