1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-15 00:23:13 +01:00
.profile/packages/config-tailwind/.eslintrc.json

15 lines
275 B
JSON
Raw Normal View History

{
"root": true,
"extends": ["@repo/eslint-config"],
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"plugins": ["@typescript-eslint"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
2024-10-12 23:51:58 +02:00
"projectService": true
}
}
]
}