Skip to content

Commit

Permalink
Firebomb a bunch of unused dependency crap
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Dec 18, 2024
1 parent 3c38c25 commit e031917
Show file tree
Hide file tree
Showing 4 changed files with 1,622 additions and 5,280 deletions.
7 changes: 3 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": ["jest", "@typescript-eslint"],
"plugins": ["@typescript-eslint"],
"extends": ["plugin:github/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand Down Expand Up @@ -49,7 +49,6 @@
},
"env": {
"node": true,
"es6": true,
"jest/globals": true
"es6": true
}
}
}
9 changes: 0 additions & 9 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit e031917

Please sign in to comment.