Skip to content

Commit

Permalink
feat(frontend): convert frontend package to ts
Browse files Browse the repository at this point in the history
Also fix an eslint rule and globalize config
  • Loading branch information
fmauNeko committed Dec 17, 2024
1 parent 70a1685 commit c15f47b
Show file tree
Hide file tree
Showing 15 changed files with 2,498 additions and 147 deletions.
9 changes: 9 additions & 0 deletions packages/backend/eslint.config.js → eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ export default tseslint.config(
{
rules: {
'n/file-extension-in-import': ['error', 'always'],
'n/no-unpublished-import': [
'error',
{
ignoreTypeImport: true,
},
],
},
},
{
Expand All @@ -31,5 +37,8 @@ export default tseslint.config(
},
},
},
{
ignores: ['**/dist/'],
},
prettierPluginRecommended,
);
Loading

0 comments on commit c15f47b

Please sign in to comment.