Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Dec 12, 2024
1 parent 072c80f commit 98450d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

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

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@myrotvorets/eslint-config-myrotvorets-ts",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "ESLint configuration for TypeScript",
"main": "index.js",
"type": "module",
"exports": "./index.mjs",
"files": [
"index.js"
"index.mjs"
],
"scripts": {
"test": "exit 0"
Expand All @@ -18,7 +19,8 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-sonarjs": "^3.0.1"
"eslint-plugin-sonarjs": "^3.0.1",
"globals": "^15.13.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
Expand Down

0 comments on commit 98450d7

Please sign in to comment.