Merged PR 18: Add support for custom SVG
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Add support for custom SVG Add userData back into IProperties Added library interweave Update example
This commit is contained in:
parent
82eae4971e
commit
e96e4f123b
8 changed files with 109 additions and 9 deletions
|
@ -31,6 +31,7 @@ module.exports = {
|
|||
'@typescript-eslint/semi': ['warn', 'always'],
|
||||
'no-unused-vars': 'off',
|
||||
'@typescript-eslint/no-unused-vars': 'error',
|
||||
'@typescript-eslint/ban-types': ['error'],
|
||||
'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks
|
||||
'react-hooks/exhaustive-deps': 'warn' // Checks effect dependencies
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue