Skip to content

Commit f6a4cbd

Browse files
authored
Merge pull request #901 from sir-gon/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.51.0
Bump @typescript-eslint/eslint-plugin from 8.50.1 to 8.51.0
2 parents 845c2f7 + 3671561 commit f6a4cbd

3 files changed

Lines changed: 144 additions & 74 deletions

File tree

jest.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* https://jestjs.io/docs/configuration
44
*/
55

6-
const BRUTEFORCE =
7-
process.env.BRUTEFORCE && process.env.BRUTEFORCE.toUpperCase() === 'TRUE';
6+
const BRUTEFORCE = process.env.BRUTEFORCE?.toUpperCase() === 'TRUE';
87

98
const jestConfig = {
109
// All imported modules in your tests should be mocked automatically

package-lock.json

Lines changed: 142 additions & 71 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
@@ -19,7 +19,7 @@
1919
"@types/eslint__eslintrc": "^2.1.2",
2020
"@types/eslint__js": "^8.42.3",
2121
"@types/jest": "^30.0.0",
22-
"@typescript-eslint/eslint-plugin": "^8.48.0",
22+
"@typescript-eslint/eslint-plugin": "^8.52.0",
2323
"cross-env": "^10.0.0",
2424
"eslint": "^9.17.0",
2525
"eslint-config-airbnb-base": "^15.0.0",

0 commit comments

Comments
 (0)