Skip to content

Commit

Permalink
Merge pull request #22 from alexrecuenco/mr
Browse files Browse the repository at this point in the history
Remove unnecessary deps
  • Loading branch information
alexrecuenco authored Oct 5, 2024
2 parents c8e216f + 2a234af commit 98e5cc6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import js from '@eslint/js';
import tseslint from 'typescript-eslint';
import eslintConfigPrettier from 'eslint-config-prettier';
import tsParser from '@typescript-eslint/parser';
// When it works again do `npm install --save-dev eslint-plugin-import`
// import imprt from 'eslint-plugin-import';
// https://github.com/eslint/eslint/issues/18087
Expand Down Expand Up @@ -66,7 +65,7 @@ export default [
{
languageOptions: {
globals: globals.node,
parser: tsParser,
parser: tseslint.parser,
parserOptions: {
ecmaVersion: 2022,
sourceType: 'module',
Expand Down
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
"@types/jest": "^29.5.3",
"@types/node": "^22.7.4",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
Expand Down

0 comments on commit 98e5cc6

Please sign in to comment.