Skip to content

Commit

Permalink
feat: add linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ufocoder committed Apr 14, 2024
1 parent c110099 commit 3dbedbf
Show file tree
Hide file tree
Showing 4 changed files with 1,801 additions and 370 deletions.
10 changes: 10 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";


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

0 comments on commit 3dbedbf

Please sign in to comment.