mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"env": {
|
|
"jest": true
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts"],
|
|
"excludedFiles": ["*.d.ts"],
|
|
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
|
|
}
|
|
]
|
|
}
|