mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
always prepend key of github.com
This commit is contained in:
parent
bcb314ec07
commit
5f5991acde
3 changed files with 58 additions and 24 deletions
|
@ -14,7 +14,9 @@ parserOptions:
|
|||
project: ./tsconfig.json
|
||||
rules: # https://eslint.org/docs/rules/
|
||||
accessor-pairs: error
|
||||
array-bracket-newline: error
|
||||
array-bracket-newline:
|
||||
- error
|
||||
- consistent
|
||||
array-bracket-spacing:
|
||||
- error
|
||||
- never
|
||||
|
@ -311,4 +313,8 @@ rules: # https://eslint.org/docs/rules/
|
|||
- error
|
||||
- functions: false
|
||||
"@typescript-eslint/semi": error
|
||||
"@typescript-eslint/strict-boolean-expressions": error
|
||||
"@typescript-eslint/strict-boolean-expressions":
|
||||
- error
|
||||
- allowString: false
|
||||
allowNumber: false
|
||||
allowNullableObject: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue