Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Aug 15, 2021
1 parent dc3799f commit 3034f92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3034f92

Please sign in to comment.