mirror of
https://github.com/sussy-code/backend.git
synced 2026-01-11 20:10:18 +00:00
Fix ESLint Ignore for migrations
This commit is contained in:
parent
fcc3dc60d9
commit
4bf2e658f7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
sourceType: 'module',
|
||||
},
|
||||
plugins: ['@typescript-eslint'],
|
||||
ignorePatterns: ['./src/db/migrations/**/*'],
|
||||
ignorePatterns: ['src/db/migrations/**/*'],
|
||||
rules: {
|
||||
'@typescript-eslint/interface-name-prefix': 'off',
|
||||
'@typescript-eslint/explicit-function-return-type': 'off',
|
||||
|
|
|
|||
Loading…
Reference in a new issue