wikipedia-game-solver/packages/utils/.eslintrc.json
Théo LUDWIG 89ec7443a0
All checks were successful
Chromatic / chromatic (push) Successful in 2m11s
CI / ci (push) Successful in 3m20s
CI / commitlint (push) Successful in 17s
build(deps): update latest
2024-07-29 19:38:21 +02:00

15 lines
268 B
JSON

{
"root": true,
"extends": ["@repo/eslint-config"],
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"plugins": ["@typescript-eslint"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": true
}
}
]
}