Skip to content

Commit 0fc6d63

Browse files
authored
chore: update npm packages (#1023)
1 parent 7f1bf95 commit 0fc6d63

File tree

3 files changed

+2430
-1758
lines changed

3 files changed

+2430
-1758
lines changed

.eslintrc.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ module.exports = {
2222
// Include .prettierrc.js rules
2323
"prettier/prettier": ["error", {}, { usePrettierrc: true }],
2424
"react/react-in-jsx-scope": "off",
25+
"@typescript-eslint/no-unused-vars": ["error", { varsIgnorePattern: "_" }],
2526
"react/prop-types": "off",
26-
"react/jsx-no-target-blank": ["error", { "allowReferrer": true }],
27+
"react/jsx-no-target-blank": ["error", { allowReferrer: true }],
2728
"@typescript-eslint/no-explicit-any": "off", // TODO: turn this on in future
28-
"@typescript-eslint/explicit-module-boundary-types": "off" // TODO: turn this on in future
29+
"@typescript-eslint/explicit-module-boundary-types": "off", // TODO: turn this on in future
2930
},
30-
};
31+
}

0 commit comments

Comments
 (0)