Skip to content

Commit bf80a47

Browse files
authored
Merge pull request #993 from sir-gon/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.60.1
Bump @typescript-eslint/eslint-plugin from 8.58.2 to 8.60.1
2 parents 0d92144 + 1623c41 commit bf80a47

3 files changed

Lines changed: 63 additions & 63 deletions

File tree

package-lock.json

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@eslint/js": "^9.26.0",
1818
"@microsoft/eslint-formatter-sarif": "^3.1.0",
1919
"@types/jest": "^30.0.0",
20-
"@typescript-eslint/eslint-plugin": "^8.52.0",
20+
"@typescript-eslint/eslint-plugin": "^8.60.1",
2121
"cross-env": "^10.0.0",
2222
"eslint": "^9.17.0",
2323
"eslint-config-airbnb-base": "^15.0.0",

src/hackerrank/interview_preparation_kit/arrays/ctci_array_left_rotation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface RotLeftTestCase {
1212
expected: number[];
1313
}
1414

15-
const TEST_CASES: RotLeftTestCase[] = ROT_LEFT_TEST_CASES as RotLeftTestCase[];
15+
const TEST_CASES: RotLeftTestCase[] = ROT_LEFT_TEST_CASES;
1616

1717
describe('ctci_array_left_rotation', () => {
1818
it('rotLeft Test cases', () => {

0 commit comments

Comments
 (0)