mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update valid-jsdoc
This commit is contained in:
parent
af659a0fa7
commit
ed88b93fb7
1 changed files with 7 additions and 1 deletions
|
@ -280,8 +280,14 @@ rules: # https://eslint.org/docs/rules/
|
|||
- never
|
||||
valid-jsdoc:
|
||||
- error
|
||||
- requireParamType: false
|
||||
- prefer:
|
||||
arg: param
|
||||
argument: param
|
||||
return: returns
|
||||
yield: yields
|
||||
exception: throws
|
||||
requireReturn: false
|
||||
requireParamType: false
|
||||
requireReturnType: false
|
||||
vars-on-top: error
|
||||
wrap-iife: error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue