Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick11514 committed Sep 23, 2024
1 parent 47e8de4 commit 820c03d
Show file tree
Hide file tree
Showing 5 changed files with 1,583 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.wordBasedSuggestions": "off"
}
5 changes: 5 additions & 0 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ const compat = new FlatCompat({
allConfig: js.configs.all
});

/** @type {import("eslint").Linter.Config} */
export default [
...compat.extends('eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:svelte/recommended', 'prettier'),
{
ignores: ['node_modules', 'rollup.config.js', 'package-lock.json', 'pnpm-lock.yaml'],
plugins: {
'@typescript-eslint': typescriptEslint
},
Expand All @@ -35,6 +37,9 @@ export default [
parserOptions: {
extraFileExtensions: ['.svelte']
}
},
rules: {
'@typescript-eslint/no-require-imports': 'off'
}
},
{
Expand Down
Loading

0 comments on commit 820c03d

Please sign in to comment.