Skip to content

Commit

Permalink
refactor(project): Refactoring the entire project
Browse files Browse the repository at this point in the history
  • Loading branch information
Arispex committed Mar 28, 2024
1 parent bc33655 commit 6d48ddb
Show file tree
Hide file tree
Showing 22 changed files with 1,377 additions and 57 deletions.
9 changes: 9 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// @ts-check

import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);
Loading

0 comments on commit 6d48ddb

Please sign in to comment.