mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update keyword-spacing (#121)
This commit is contained in:
parent
b7ac21090a
commit
9a0947af3f
1 changed files with 5 additions and 3 deletions
|
@ -95,13 +95,15 @@ rules: # https://eslint.org/docs/rules/
|
|||
keyword-spacing:
|
||||
- error
|
||||
- overrides:
|
||||
if:
|
||||
catch:
|
||||
after: false
|
||||
for:
|
||||
after: false
|
||||
while:
|
||||
if:
|
||||
after: false
|
||||
catch:
|
||||
switch:
|
||||
after: false
|
||||
while:
|
||||
after: false
|
||||
with:
|
||||
after: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue