Skip to content

Commit

Permalink
Upgrade client dependencies - August 2023 (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
micheal-parks authored Aug 16, 2023
1 parent 80121b6 commit e161dbb
Show file tree
Hide file tree
Showing 13 changed files with 935 additions and 646 deletions.
2 changes: 0 additions & 2 deletions web/frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ module.exports = {
'object-curly-spacing': ['error', 'always'],
'object-property-newline': ['error', { allowAllPropertiesOnSameLine: true }],
'no-continue': 'off',
'no-duplicate-imports': 'off',
'no-extra-parens': 'off',
'no-magic-numbers': 'off',
'no-multiple-empty-lines': ['error', { max: 1 }],
Expand Down Expand Up @@ -192,7 +191,6 @@ module.exports = {

// Typescript
'@typescript-eslint/indent': ['error', 2],
'@typescript-eslint/no-duplicate-imports': ['error'],
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
'@typescript-eslint/no-explicit-any': 'error',
'@typescript-eslint/no-non-null-assertion': 'off',
Expand Down
Loading

0 comments on commit e161dbb

Please sign in to comment.