-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update eslint-plugin-sonarjs to v2.0.3, @trivago/prettier-plugin…
…-sort-imports to v4.3.0
- Loading branch information
1 parent
fa934fa
commit a72897c
Showing
6 changed files
with
1,591 additions
and
2,191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ export const bar = (foo) => { | |
} | ||
|
||
if (sw === -0) { | ||
sw = 071 | ||
sw = 0o71 | ||
function declaration() { } | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,19 +29,19 @@ | |
"author": "QIWI <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1" | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "^2.0.0", | ||
"typescript": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@qiwi/lint-config-infra": "2.1.1", | ||
"@swissquote/crafty-preset-jest": "^1.22.3", | ||
"jest": "^29.5.0", | ||
"@swissquote/crafty-preset-jest": "^1.27.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^2.8.8", | ||
"stdstream-snapshot": "^1.2.9", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "^5.0.4" | ||
"ts-jest": "^29.2.5", | ||
"typescript": "^5.6.3" | ||
} | ||
} |
Oops, something went wrong.