Add support for tooltips
This commit is contained in:
parent
1a5465dc34
commit
2a2fc42e37
5 changed files with 201 additions and 1 deletions
|
@ -44,6 +44,10 @@ rules:
|
|||
array-bracket-spacing:
|
||||
- warn
|
||||
- always
|
||||
"@typescript-eslint/no-unused-vars":
|
||||
- warn
|
||||
- argsIgnorePattern: '^_'
|
||||
varsIgnorePattern: '^_'
|
||||
# Remove errors for not having newlines between operands of ternary expressions https://eslint.org/docs/rules/multiline-ternary
|
||||
multiline-ternary: 0
|
||||
"react-hooks/rules-of-hooks":
|
||||
|
|
Reference in a new issue