Skip to content

Commit

Permalink
Merge pull request peggyjs#48 from hildjj/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
hildjj authored Feb 7, 2024
2 parents 10ef394 + b902997 commit ef36eda
Show file tree
Hide file tree
Showing 6 changed files with 644 additions and 408 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
"server/out",
],
parserOptions: {
project: "tsconfig.json",
ecmaVersion: 2020,
project: true,
},
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
out/
tsconfig.tsbuildinfo
*.vsix
PUBLISHING
Loading

0 comments on commit ef36eda

Please sign in to comment.