Skip to content

Commit

Permalink
Merge branch 'main' into 44-review-transactions-users
Browse files Browse the repository at this point in the history
  • Loading branch information
mohjaps committed Oct 13, 2022
2 parents abaa940 + 77093f7 commit 996e61c
Show file tree
Hide file tree
Showing 6 changed files with 395 additions and 26 deletions.
25 changes: 13 additions & 12 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ module.exports = {
'airbnb-base',
'airbnb-typescript/base'
],
overrides: [
{
files: ['*.ts', '*.tsx'],
extends: [
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
],
parserOptions: {
project: ['./tsconfig.json'],
},
},
],
overrides: [],
// overrides: [
// {
// files: ['*.ts', '*.tsx'],
// extends: [
// 'plugin:@typescript-eslint/recommended',
// 'plugin:@typescript-eslint/recommended-requiring-type-checking',
// ],
// parserOptions: {
// project: ['./tsconfig.json'],
// },
// },
// ],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
Expand Down
Loading

0 comments on commit 996e61c

Please sign in to comment.