Skip to content

Commit 9d0ec0d

Browse files
authored
Merge pull request #25 from Dialogue-Bot/DIAL-30-handle-docs-mdx
feat: done help page, detail
2 parents e51c719 + 9691fd3 commit 9d0ec0d

Some content is hidden

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

56 files changed

+2970
-283
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)