Skip to content

Commit 176a681

Browse files
committed
add lsp-types
1 parent 195daf6 commit 176a681

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package-lock.json

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8-
"lint": "eslint ./src/**/*.ts",
8+
"lint": "eslint ./src/**/*.ts --fix",
99
"prebuild": "npm run lint && node distDeletor.mjs",
1010
"build": "tsc",
1111
"postbuild": "cls && echo Builded",
@@ -39,6 +39,7 @@
3939
"@typescript-eslint/eslint-plugin": "^7.4.0",
4040
"@typescript-eslint/parser": "^7.4.0",
4141
"eslint": "^8.57.0",
42-
"eslint-plugin-jsdoc": "^48.2.3"
42+
"eslint-plugin-jsdoc": "^48.2.3",
43+
"lsp-types": "^3.17.0-f3"
4344
}
4445
}

0 commit comments

Comments
 (0)