Skip to content

Commit c23ccd3

Browse files
committed
Updates
1 parent 802cc5a commit c23ccd3

5 files changed

+899
-663
lines changed

web/eslint.config.mjs

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import js from "@eslint/js";
2+
3+
export default [
4+
js.configs.recommended,
5+
{
6+
rules: {
7+
"no-unused-vars": "warn",
8+
"no-undef": "warn"
9+
}
10+
}
11+
];

0 commit comments

Comments
 (0)