Skip to content

Commit

Permalink
Merge pull request #12 from JonasSchweigler/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
BRAVO68WEB authored Jan 4, 2024
2 parents 7fe8af5 + f2a5234 commit 1ded747
Show file tree
Hide file tree
Showing 23 changed files with 1,439 additions and 1,051 deletions.
16 changes: 8 additions & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": ["@bravo68web"],
"rules": {
"sonarjs/cognitive-complexity": "off",
"unicorn/no-array-reduce": "off",
"unicorn/filename-case": "off",
"@typescript-eslint/no-empty-interface": "off"
}
}
"extends": ["@bravo68web"],
"rules": {
"sonarjs/cognitive-complexity": "off",
"unicorn/no-array-reduce": "off",
"unicorn/filename-case": "off",
"@typescript-eslint/no-empty-interface": "off"
}
}
8 changes: 4 additions & 4 deletions apps/web/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"compilerOptions": {
"jsx": "react-jsx"
}
}
"compilerOptions": {
"jsx": "react-jsx"
}
}
Loading

0 comments on commit 1ded747

Please sign in to comment.