mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* remove eslint-plugin-import
This commit is contained in:
parent
8cfbd50da1
commit
ef2d52892d
3 changed files with 118 additions and 407 deletions
|
@ -7,7 +7,6 @@ extends:
|
|||
- plugin:@typescript-eslint/eslint-recommended
|
||||
- plugin:@typescript-eslint/recommended
|
||||
plugins:
|
||||
- import
|
||||
- "@typescript-eslint"
|
||||
parser: "@typescript-eslint/parser"
|
||||
parserOptions:
|
||||
|
@ -292,11 +291,6 @@ rules: # https://eslint.org/docs/rules/
|
|||
- error
|
||||
- never
|
||||
|
||||
# import plugin
|
||||
import/extensions: 'off'
|
||||
import/no-unresolved:
|
||||
- error
|
||||
|
||||
# @typescript-eslint plugin
|
||||
"@typescript-eslint/explicit-function-return-type": 'off'
|
||||
"@typescript-eslint/no-use-before-define":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue