Skip to content

Commit c3d4710

Browse files
committed
Merge branch 'main' into DIAL-29-Add-channel-Line
2 parents e64f010 + 9d0ec0d commit c3d4710

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+3267
-377
lines changed

client/.eslintrc.cjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ module.exports = {
2424
},
2525
],
2626
'@typescript-eslint/ban-ts-comment': 'off',
27+
'react-refresh/only-export-components': [
28+
'warn',
29+
{ allowExportNames: ['loader'] },
30+
],
2731
},
2832
};

0 commit comments

Comments
 (0)