Skip to content

Commit 1ded747

Browse files
authored
Merge pull request #12 from JonasSchweigler/dev
Dev
2 parents 7fe8af5 + f2a5234 commit 1ded747

23 files changed

+1439
-1051
lines changed

.eslintrc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"extends": ["@bravo68web"],
3-
"rules": {
4-
"sonarjs/cognitive-complexity": "off",
5-
"unicorn/no-array-reduce": "off",
6-
"unicorn/filename-case": "off",
7-
"@typescript-eslint/no-empty-interface": "off"
8-
}
9-
}
2+
"extends": ["@bravo68web"],
3+
"rules": {
4+
"sonarjs/cognitive-complexity": "off",
5+
"unicorn/no-array-reduce": "off",
6+
"unicorn/filename-case": "off",
7+
"@typescript-eslint/no-empty-interface": "off"
8+
}
9+
}

apps/web/jsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"compilerOptions": {
3-
"jsx": "react-jsx"
4-
}
5-
}
2+
"compilerOptions": {
3+
"jsx": "react-jsx"
4+
}
5+
}

0 commit comments

Comments
 (0)