Skip to content

Commit

Permalink
Merge pull request #14 from SkwalExe/unused-deps
Browse files Browse the repository at this point in the history
remove unused deps
  • Loading branch information
SkwalExe authored May 22, 2024
2 parents 8def37a + 453497a commit 1563583
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 516 deletions.
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": [["@babel/preset-env", {"targets": "> 0.25%, not dead"}], ["@babel/preset-typescript"]]
"presets": [["@babel/preset-env", {"targets": "> 0.25%, not dead"}]]
}
2 changes: 0 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import eslint from '@eslint/js'
import tseslint from 'typescript-eslint'

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
{
files: ['**/*.ts', 'eslint.config.mjs'],
Expand Down
Loading

0 comments on commit 1563583

Please sign in to comment.