Skip to content

Commit

Permalink
feat: Upgrade the project setup
Browse files Browse the repository at this point in the history
- JavaScript → TypeScript
- Jest → Vitest
- Update deps
  • Loading branch information
sapegin committed Jul 26, 2024
1 parent dc7ea16 commit c6affe2
Show file tree
Hide file tree
Showing 13 changed files with 7,027 additions and 9,964 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ node_modules/
.idea/
.vscode/
yarn.lock
.eslintcache
.eslintcache
out/
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
8 changes: 8 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import tamiaTypeScript from 'eslint-config-tamia/typescript';

export default [
...tamiaTypeScript,
{
ignores: ['out/'],
},
];
214 changes: 0 additions & 214 deletions index.js

This file was deleted.

10 changes: 0 additions & 10 deletions jsconfig.json

This file was deleted.

Loading

0 comments on commit c6affe2

Please sign in to comment.