Skip to content

Commit 404bd09

Browse files
authored
chore: upgrade all dependencies to latest version (#55)
1 parent d3602b9 commit 404bd09

4 files changed

Lines changed: 2111 additions & 1692 deletions

File tree

.eslintrc.js

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module.exports = {
2-
parser: '@typescript-eslint/parser',
3-
plugins: [
4-
'@typescript-eslint',
2+
parser: '@typescript-eslint/parser',
3+
plugins: [
4+
'@typescript-eslint',
55
'jest',
6-
],
7-
env: {
8-
es6: true,
9-
'jest/globals': true,
10-
node: true,
11-
},
12-
extends: [
6+
],
7+
env: {
8+
es6: true,
9+
'jest/globals': true,
10+
node: true,
11+
},
12+
extends: [
1313
'eslint:recommended',
1414
'plugin:@typescript-eslint/recommended',
1515
],
@@ -18,6 +18,7 @@ module.exports = {
1818
'@typescript-eslint/explicit-member-accessibility': [
1919
'error', { 'accessibility': 'no-public' },
2020
],
21+
'@typescript-eslint/explicit-module-boundary-types': 'off',
2122
'@typescript-eslint/indent': ['error', 'tab'],
2223
'@typescript-eslint/no-non-null-assertion': 'off',
2324
'@typescript-eslint/no-use-before-define': 'off',

0 commit comments

Comments
 (0)