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