Skip to content

Commit 24c0e5e

Browse files
authored
Merge pull request #102 from tim-hellhake/update-dependencies
Update dependencies
2 parents 627ac55 + c6c5c87 commit 24c0e5e

File tree

3 files changed

+265
-213
lines changed

3 files changed

+265
-213
lines changed

.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ module.exports = {
1212
'eslint:recommended',
1313
'plugin:@typescript-eslint/eslint-recommended',
1414
'plugin:@typescript-eslint/recommended',
15-
'prettier',
16-
'prettier/@typescript-eslint'
15+
'prettier'
1716
],
1817
'parser': '@typescript-eslint/parser',
1918
'parserOptions': {

0 commit comments

Comments
 (0)