Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kubabutkiewicz/expensify-app into f…
Browse files Browse the repository at this point in the history
…ix/deeplinks-when-app-in-background-v2
  • Loading branch information
kubabutkiewicz committed Aug 31, 2023
2 parents 39516df + c20c387 commit 29e4440
Show file tree
Hide file tree
Showing 386 changed files with 41,373 additions and 30,298 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,13 @@ module.exports = {
],
},
},
{
files: ['tests/**/*.{js,jsx,ts,tsx}', '.github/**/*.{js,jsx,ts,tsx}'],
rules: {
'@lwc/lwc/no-async-await': 'off',
'no-await-in-loop': 'off',
'no-restricted-syntax': ['error', 'ForInStatement', 'LabeledStatement', 'WithStatement'],
},
},
],
};
Loading

0 comments on commit 29e4440

Please sign in to comment.