Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
3.0.0: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grosspersky committed Dec 9, 2022
1 parent b16d5f4 commit f5abecb
Show file tree
Hide file tree
Showing 4 changed files with 3,724 additions and 3,956 deletions.
7 changes: 6 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ const config: Linter.Config = {
},
],
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-unused-vars': ['error', { varsIgnorePattern: '^_' }],
'@typescript-eslint/no-unused-vars': [
'error',
{
varsIgnorePattern: '^_',
},
],
'arrow-body-style': ['error', 'as-needed'],
'import/no-default-export': 'error',
'import/order': ['error', { alphabetize: { order: 'asc' } }],
Expand Down
Loading

0 comments on commit f5abecb

Please sign in to comment.