Skip to content

Commit

Permalink
refactor: switch to module
Browse files Browse the repository at this point in the history
  • Loading branch information
wozjac committed Jun 20, 2024
1 parent 4a97618 commit 141e9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { extends: ["@commitlint/config-conventional"] };
export default { extends: ["@commitlint/config-conventional"] };
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "VSCode extension: SAPUI5/OpenUI5 Reference documentation in a side bar view",
"license": "MIT",
"version": "1.5.0",
"type": "module",
"engines": {
"vscode": "^1.53.0"
},
Expand Down

0 comments on commit 141e9f3

Please sign in to comment.