mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-11 03:31:21 +00:00
test(eslint): simplify TypeScript configuration
This commit is contained in:
parent
5e21f88018
commit
0e97ecbe0f
@ -6,11 +6,7 @@
|
||||
{
|
||||
"files": ["**/*.mts", "**/*.ts"],
|
||||
"extends": ["plugin:@typescript-eslint/recommended"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"project": ["tsconfig.json"]
|
||||
},
|
||||
"plugins": ["@typescript-eslint", "eslint-plugin-tsdoc"],
|
||||
"plugins": ["eslint-plugin-tsdoc"],
|
||||
"rules": {
|
||||
"tsdoc/syntax": "error"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user