Skip to content

Commit

Permalink
add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 23, 2024
1 parent 6dc9fff commit f4bbbdb
Show file tree
Hide file tree
Showing 3 changed files with 946 additions and 1 deletion.
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.node }},
pluginJs.configs.recommended,
];
Loading

0 comments on commit f4bbbdb

Please sign in to comment.