mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-27 20:44:57 -04:00
Remove unnecessary devDependencies: ts-node, @types/jest
This commit is contained in:
parent
38e9d41b8c
commit
45ad661ff4
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…
Reference in a new issue