Skip to content

Commit

Permalink
Minor lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Jan 16, 2025
1 parent d23067e commit 8ddbf17
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.changed.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ module.exports = {
},
overrides: [
{
files: [
'src/libs/actions/Report.ts',
'src/pages/workspace/WorkspaceInitialPage.tsx',
'src/pages/home/report/PureReportActionItem.tsx',
'src/libs/SidebarUtils.ts',
],
files: ['src/libs/actions/Report.ts', 'src/pages/workspace/WorkspaceInitialPage.tsx', 'src/pages/home/report/PureReportActionItem.tsx', 'src/libs/SidebarUtils.ts'],
rules: {
'rulesdir/no-default-id-values': 'off',
},
Expand Down

0 comments on commit 8ddbf17

Please sign in to comment.