mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-09 00:17:04 +00:00
chore: fix lint errors
This commit is contained in:
parent
a2002fdbdc
commit
0240c3dd03
2 changed files with 9 additions and 1 deletions
|
|
@ -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":
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import assert from 'assert';
|
||||
import * as core from '@actions/core';
|
||||
import {
|
||||
AssumeRoleCommand,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue