2024-07-05 14:19:53 +08:00
|
|
|
{
|
|
|
|
"root": true,
|
|
|
|
"extends": [
|
|
|
|
"eslint:recommended",
|
2024-07-05 14:36:50 +08:00
|
|
|
"plugin:@typescript-eslint/recommended",
|
|
|
|
"plugin:prettier/recommended"
|
2024-07-05 14:19:53 +08:00
|
|
|
],
|
|
|
|
"parser": "@typescript-eslint/parser",
|
|
|
|
"plugins": [
|
2024-07-05 14:36:50 +08:00
|
|
|
"@typescript-eslint",
|
|
|
|
"prettier"
|
2024-07-05 14:19:53 +08:00
|
|
|
]
|
|
|
|
}
|