Skip to content

Commit

Permalink
chore: upgrade all dependencies to latest version (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Jul 14, 2020
1 parent d3602b9 commit 404bd09
Show file tree
Hide file tree
Showing 4 changed files with 2,111 additions and 1,692 deletions.
21 changes: 11 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module.exports = {
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint',
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint',
'jest',
],
env: {
es6: true,
'jest/globals': true,
node: true,
},
extends: [
],
env: {
es6: true,
'jest/globals': true,
node: true,
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
],
Expand All @@ -18,6 +18,7 @@ module.exports = {
'@typescript-eslint/explicit-member-accessibility': [
'error', { 'accessibility': 'no-public' },
],
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/indent': ['error', 'tab'],
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-use-before-define': 'off',
Expand Down
Loading

0 comments on commit 404bd09

Please sign in to comment.