Skip to content

Commit e67a031

Browse files
committed
Update all nestjs deps 8 --> 9 and add ESLint plugin for it
1 parent 3772501 commit e67a031

File tree

3 files changed

+3372
-3994
lines changed

3 files changed

+3372
-3994
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ module.exports = {
44
project: 'tsconfig.json',
55
sourceType: 'module',
66
},
7-
plugins: ['@typescript-eslint/eslint-plugin'],
7+
plugins: ['@typescript-eslint/eslint-plugin', '@darraghor/nestjs-typed'],
88
extends: [
99
'plugin:@typescript-eslint/eslint-recommended',
1010
'plugin:@typescript-eslint/recommended',
11+
'plugin:@darraghor/nestjs-typed/recommended',
1112
'prettier',
1213
],
1314
root: true,

0 commit comments

Comments
 (0)