Skip to content

Commit

Permalink
chore: update npm packages (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Oct 29, 2021
1 parent 7f1bf95 commit 0fc6d63
Show file tree
Hide file tree
Showing 3 changed files with 2,430 additions and 1,758 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.js
Expand Up @@ -22,9 +22,10 @@ module.exports = {
// Include .prettierrc.js rules
"prettier/prettier": ["error", {}, { usePrettierrc: true }],
"react/react-in-jsx-scope": "off",
"@typescript-eslint/no-unused-vars": ["error", { varsIgnorePattern: "_" }],
"react/prop-types": "off",
"react/jsx-no-target-blank": ["error", { "allowReferrer": true }],
"react/jsx-no-target-blank": ["error", { allowReferrer: true }],
"@typescript-eslint/no-explicit-any": "off", // TODO: turn this on in future
"@typescript-eslint/explicit-module-boundary-types": "off" // TODO: turn this on in future
"@typescript-eslint/explicit-module-boundary-types": "off", // TODO: turn this on in future
},
};
}

0 comments on commit 0fc6d63

Please sign in to comment.