Skip to content

Commit 9819b5e

Browse files
author
Kai Cataldo
authored
chore: upgrade ESLint v6 and related dependencies (#3698)
1 parent fc1bd16 commit 9819b5e

File tree

3 files changed

+1038
-212
lines changed

3 files changed

+1038
-212
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
rules: {
2222
'jsx-a11y/href-no-hash': 'off',
2323
'no-unused-vars': 'off',
24+
'@typescript-eslint/no-unused-expressions': 'off',
2425
'@typescript-eslint/no-unused-vars': [
2526
'error',
2627
{

0 commit comments

Comments
 (0)