Skip to content

Commit

Permalink
use typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
hi5a committed Aug 11, 2024
1 parent 85c9e72 commit ca0a0e7
Show file tree
Hide file tree
Showing 6 changed files with 591 additions and 34 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*node_modules
*dist
*test-results
*testing
*testing
ts
3 changes: 3 additions & 0 deletions eslint.config.mjs → eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";


export default [
{files: ["**/*.{js,mjs,cjs,ts}"]},
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];
Loading

0 comments on commit ca0a0e7

Please sign in to comment.