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

This commit is contained in:
priyagupta108 2026-07-06 10:23:24 +05:30
commit 45ad661ff4
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'
}