Skip to content

Commit 98e5cc6

Browse files
authored
Merge pull request #22 from alexrecuenco/mr
Remove unnecessary deps
2 parents c8e216f + 2a234af commit 98e5cc6

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import js from '@eslint/js';
22
import tseslint from 'typescript-eslint';
33
import eslintConfigPrettier from 'eslint-config-prettier';
4-
import tsParser from '@typescript-eslint/parser';
54
// When it works again do `npm install --save-dev eslint-plugin-import`
65
// import imprt from 'eslint-plugin-import';
76
// https://github.com/eslint/eslint/issues/18087
@@ -66,7 +65,7 @@ export default [
6665
{
6766
languageOptions: {
6867
globals: globals.node,
69-
parser: tsParser,
68+
parser: tseslint.parser,
7069
parserOptions: {
7170
ecmaVersion: 2022,
7271
sourceType: 'module',

package-lock.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
"@types/jest": "^29.5.3",
6161
"@types/node": "^22.7.4",
6262
"@types/supertest": "^6.0.2",
63-
"@typescript-eslint/eslint-plugin": "^8.8.0",
64-
"@typescript-eslint/parser": "^8.8.0",
6563
"eslint": "^9.12.0",
6664
"eslint-config-prettier": "^9.1.0",
6765
"eslint-plugin-jest": "^28.8.3",

0 commit comments

Comments
 (0)