Skip to content

Commit

Permalink
Merge branch 'Expensify:main' into fix/52923
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-MK authored Dec 25, 2024
2 parents 82e5a98 + 12e0941 commit 67eeedf
Show file tree
Hide file tree
Showing 657 changed files with 751,104 additions and 9,469 deletions.
19 changes: 19 additions & 0 deletions .eslintrc.changed.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,24 @@ module.exports = {
},
rules: {
'deprecation/deprecation': 'error',
'rulesdir/no-default-id-values': 'error',
},
overrides: [
{
files: [
'src/libs/ReportUtils.ts',
'src/libs/actions/IOU.ts',
'src/libs/actions/Report.ts',
'src/libs/actions/Task.ts',
'src/libs/OptionsListUtils.ts',
'src/libs/ReportActionsUtils.ts',
'src/libs/TransactionUtils/index.ts',
'src/pages/home/ReportScreen.tsx',
'src/pages/workspace/WorkspaceInitialPage.tsx',
],
rules: {
'rulesdir/no-default-id-values': 'off',
},
},
],
};
Loading

0 comments on commit 67eeedf

Please sign in to comment.