Feature/toast UI editor (#45)

This commit is contained in:
Daniel Lautzenheiser
2022-10-20 18:41:46 -04:00
committed by GitHub
parent e60e1fa755
commit 3674ee5bd8
17 changed files with 205 additions and 101 deletions

View File

@ -25,7 +25,7 @@ module.exports = {
'react/prop-types': [0],
'react/require-default-props': 0,
'import/no-named-as-default': 0,
"react/react-in-jsx-scope": "off",
'react/react-in-jsx-scope': 'off',
'import/order': [
'error',
{
@ -89,7 +89,7 @@ module.exports = {
},
},
rules: {
"react/react-in-jsx-scope": "off",
'react/react-in-jsx-scope': 'off',
'react/prop-types': [0],
'react/require-default-props': 0,
'no-duplicate-imports': [0], // handled by @typescript-eslint