Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into feat/#Expensify#23138-clear-after-status
  • Loading branch information
perunt committed Aug 31, 2023
2 parents ddf7b70 + c20c387 commit 0862b81
Show file tree
Hide file tree
Showing 319 changed files with 35,463 additions and 21,690 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 0862b81

Please sign in to comment.