Remove unnecessary devDependencies: ts-node, @types/jest

This commit is contained in:
priyagupta108 2026-07-06 10:10:08 +05:30
parent 780b044465
commit 7e06bd15d9
3 changed files with 1 additions and 165 deletions

View file

@ -49,6 +49,7 @@ export default [
],
'no-control-regex': 'off',
'no-constant-condition': ['error', {checkLoops: false}],
'no-undef': 'off',
'no-useless-assignment': 'off',
'n/no-extraneous-import': 'error'
}