mirror of
https://github.com/actions/setup-python.git
synced 2026-07-18 14:39:58 +08:00
Remove unnecessary devDependencies: ts-node, @types/jest
This commit is contained in:
parent
780b044465
commit
7e06bd15d9
3 changed files with 1 additions and 165 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue