mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update sort-imports
This commit is contained in:
parent
ed88b93fb7
commit
d57755e486
1 changed files with 4 additions and 1 deletions
|
@ -255,7 +255,10 @@ rules: # https://eslint.org/docs/rules/
|
||||||
semi-style:
|
semi-style:
|
||||||
- error
|
- error
|
||||||
- last
|
- last
|
||||||
sort-imports: 'off'
|
sort-imports:
|
||||||
|
- error
|
||||||
|
- ignoreCase: false
|
||||||
|
ignoreDeclarationSort: true
|
||||||
sort-keys: 'off'
|
sort-keys: 'off'
|
||||||
sort-vars: error
|
sort-vars: error
|
||||||
space-before-blocks: error
|
space-before-blocks: error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue