Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Sep 6, 2024
1 parent 8615da4 commit fcb170e
Show file tree
Hide file tree
Showing 6 changed files with 3,519 additions and 11,349 deletions.
16 changes: 0 additions & 16 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@ module.exports = {
accessibility: 'explicit',
},
],
'@typescript-eslint/member-delimiter-style': [
'error',
{
multiline: {
delimiter: 'semi',
requireLast: true,
},
singleline: {
delimiter: 'semi',
requireLast: false,
},
},
],
'@typescript-eslint/member-ordering': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-inferrable-types': [
Expand All @@ -63,9 +50,6 @@ module.exports = {
],
'@typescript-eslint/no-unused-expressions': 'error',
'@typescript-eslint/prefer-function-type': 'error',
'@typescript-eslint/quotes': ['error', 'single'],
'@typescript-eslint/semi': ['error', 'always'],
'@typescript-eslint/type-annotation-spacing': 'error',
'@typescript-eslint/unified-signatures': 'error',
'arrow-body-style': 'error',
'brace-style': ['error', '1tbs'],
Expand Down
Loading

0 comments on commit fcb170e

Please sign in to comment.