Skip to content

Commit

Permalink
fix vsc ext build
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Jul 25, 2024
1 parent dbcea50 commit 821783c
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 187 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ const rules = {
"unicorn/text-encoding-identifier-case": 2,
"unicorn/no-await-in-promise-methods": 2,
"unicorn/no-single-promise-in-promise-methods": 2,
"unicorn/no-negation-in-equality-check": 2,
"unicorn/no-length-as-slice-end": 2,

"sonarjs/no-extra-arguments": 2,
"sonarjs/no-empty-collection": 2,
Expand Down
121 changes: 62 additions & 59 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 @@ -23,7 +23,7 @@
"eslint": "^9.7.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unicorn": "^55.0.0",
"globals": "^15.8.0"
}
}
Loading

0 comments on commit 821783c

Please sign in to comment.