mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* refactor YAML file (#105)
This commit is contained in:
parent
c6cd290932
commit
806ebadbbe
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ env: # https://eslint.org/docs/user-guide/configuring#specifying-environments
|
||||||
es6: true
|
es6: true
|
||||||
node: true
|
node: true
|
||||||
extends:
|
extends:
|
||||||
- eslint:recommended
|
- eslint:recommended
|
||||||
- plugin:@typescript-eslint/eslint-recommended
|
- plugin:@typescript-eslint/eslint-recommended
|
||||||
- plugin:@typescript-eslint/recommended
|
- plugin:@typescript-eslint/recommended
|
||||||
plugins:
|
plugins:
|
||||||
- import
|
- import
|
||||||
- "@typescript-eslint"
|
- "@typescript-eslint"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue