mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-04 06:15:07 +09:00
chore: fix lint errors
This commit is contained in:
@@ -60,6 +60,15 @@ overrides:
|
||||
extends:
|
||||
- plugin:@typescript-eslint/recommended
|
||||
rules:
|
||||
no-unused-vars:
|
||||
- off
|
||||
'@typescript-eslint/no-unused-vars':
|
||||
- error
|
||||
- varsIgnorePattern: '^_'
|
||||
argsIgnorePattern: '^_'
|
||||
caughtErrorsIgnorePattern: '^_'
|
||||
'@typescript-eslint/no-non-null-assertion':
|
||||
- off
|
||||
'@typescript-eslint/no-require-imports':
|
||||
- error
|
||||
"@typescript-eslint/return-await":
|
||||
|
||||
Reference in New Issue
Block a user