mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/eslintrc",
|
|
"root": true,
|
|
"extends": ["prettier"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx"],
|
|
"parser": "@typescript-eslint/parser"
|
|
}
|
|
]
|
|
}
|