Skip to content

Commit

Permalink
Merge pull request #1 from jpraetorius/proposals/comments-and-idiomat…
Browse files Browse the repository at this point in the history
…ic-loops

add linter, comments and some more idiomatic loops
  • Loading branch information
simonharrer authored Jun 10, 2024
2 parents 4aa14c8 + 709f5fd commit 07df61e
Show file tree
Hide file tree
Showing 5 changed files with 992 additions and 66 deletions.
8 changes: 8 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import globals from "globals";
import pluginJs from "@eslint/js";


export default [
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
];
Loading

0 comments on commit 07df61e

Please sign in to comment.