Skip to content

Commit

Permalink
remove unused dependencies, update package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Mar 8, 2024
1 parent d45063d commit 59ba2aa
Show file tree
Hide file tree
Showing 3 changed files with 14,281 additions and 8,424 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ module.exports = {
sourceType: 'module',
project: './tsconfig.eslint.json',
},
plugins: ['@typescript-eslint', 'simple-import-sort', 'fp-ts'],
plugins: ['@typescript-eslint', 'simple-import-sort'],
extends: [
'plugin:@typescript-eslint/recommended',
'plugin:fp-ts/all',
'airbnb-typescript/base',
// @NOTE: Make sure this is always the last element in the array.
'plugin:prettier/recommended',
Expand Down
Loading

0 comments on commit 59ba2aa

Please sign in to comment.