Skip to content

Commit

Permalink
build: bump langium to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Sep 6, 2023
1 parent 2fba505 commit 20cebf6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
File renamed without changes.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"chevrotain": "^11.0.3",
"commander": "^11.0.0",
"glob": "^10.3.4",
"langium": "^2.0.1",
"langium": "^2.0.2",
"radash": "^11.0.0",
"true-myth": "^7.0.1",
"vscode-languageclient": "^8.1.0",
Expand Down
7 changes: 6 additions & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"compilerOptions": {
"noEmit": true
},
"include": ["./.eslintrc.js", "./docs/javascript/**/*", "./src/**/*", "./tests/**/*"],
"include": [
"./.eslintrc.cjs",
"./docs/javascript/**/*",
"./src/**/*",
"./tests/**/*"
],
"exclude": []
}

0 comments on commit 20cebf6

Please sign in to comment.