Skip to content

Commit fa266e5

Browse files
committed
🔖Updated package 0.3.0
1 parent d1d3708 commit fa266e5

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
node_modules/
66
out/
77
src/language/generated/
8-
syntaxes/
8+
*.vsix

‎limboole-0.3.0.vsix

-703 KB
Binary file not shown.

‎package-lock.json

-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "tsc -b tsconfig.src.json && node esbuild.mjs",
1313
"watch": "concurrently -n tsc,esbuild -c blue,yellow \"tsc -b tsconfig.src.json --watch\" \"node esbuild.mjs --watch\"",
14-
"lint": "eslint src",
14+
"lint": "eslint src --ext ts",
1515
"langium:generate": "langium generate",
1616
"langium:watch": "langium generate --watch",
1717
"vscode:prepublish": "npm run build && npm run lint",
@@ -29,7 +29,6 @@
2929
"eslint": "~8.57.0",
3030
"langium-cli": "~3.2.0",
3131
"typescript": "~5.1.6",
32-
"@types/vscode": "~1.82.0",
3332
"concurrently": "~8.2.1",
3433
"esbuild": "~0.20.2",
3534
"vitest": "~1.4.0"

0 commit comments

Comments
 (0)