fix linting issue

main
Mike Fix 3 years ago
parent dc3799fe2f
commit 3034f92643
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -9,7 +9,7 @@ module.exports = {
extends: ['eslint:recommended', 'plugin:react/recommended', 'plugin:jsx-a11y/recommended'],
plugins: ['import', 'react', 'jsx-a11y', 'react-hooks'],
rules: {
'import/no-unresolved': 'warn',
'import/no-unresolved': 'error',
'no-duplicate-imports': 'error',
'react/prop-types': 'off',
'react/display-name': 'off',

@ -42,7 +42,7 @@
"dom-to-image": "^2.6.0",
"downshift": "^6.1.3",
"dropperx": "^1.0.1",
"eitherx": "^1.0.2",
"eitherx": "^1.0.3",
"email-validator": "^2.0.4",
"escape-goat": "^3.0.0",
"firebase": "^8.6.2",

@ -3816,10 +3816,10 @@ ee-first@1.1.1:
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
eitherx@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/eitherx/-/eitherx-1.0.2.tgz#f4659f3621e2b60787afa31e7d0467587ef890f2"
integrity sha512-A3S4t6mtsEJZMNIwjYvZiaGf5rxY0ITViHW9hULTAtcYlQyckznxq9q6wEGJu3GGFLftO89yq2Lx1qzg00VJkw==
eitherx@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/eitherx/-/eitherx-1.0.3.tgz#58de6ff60a10acb2d8eb0e64d7c734103e7f07e5"
integrity sha512-Isb0MWqCUjRmVAFG3atCaBs2625+NeJjYYOPfxM+Jq94e9PKoKQmgxp+i7tFH5Xe02hbCUFuli8bQpdf79ukUQ==
ejs@^2.6.1:
version "2.6.2"

Loading…
Cancel
Save