1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

chore: clean up

This commit is contained in:
2025-08-31 19:35:14 +02:00
parent b16699f5aa
commit 64a5ca73ad
40 changed files with 2679 additions and 3040 deletions

View File

@@ -1,7 +1,7 @@
import typescriptESLint from "typescript-eslint"
import configNextjs from "@repo/config-eslint/nextjs"
import config from "@repo/config-eslint"
export default typescriptESLint.config(...configNextjs, {
export default typescriptESLint.config(...config, {
files: ["**/*.ts", "**/*.tsx"],
languageOptions: {
parser: typescriptESLint.parser,