mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"root": true,
|
|
"extends": ["@repo/eslint-config/nextjs/.eslintrc.json"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx"],
|
|
"plugins": ["@typescript-eslint"],
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"project": true
|
|
}
|
|
}
|
|
]
|
|
}
|