Skip to content

Commit

Permalink
Merged main and fixed conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanutGavrus committed Aug 31, 2023
2 parents a87f0b5 + c20c387 commit 145a0d1
Show file tree
Hide file tree
Showing 81 changed files with 33,642 additions and 21,197 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 145a0d1

Please sign in to comment.