Skip to content

Commit d77017d

Browse files
committed
test: turn off @typescript-eslint/no-unsafe-argument
`no-unsafe-argument` was turned on by default in version 5 typescript-eslint/typescript-eslint@v4.33.0...v5.0.0#diff-b7c286fb89c9d0332d1f639cece25cf6c47223dfebd3bbfe28687335dbd494f5R15 but our code is non-compliant and causes 633 lint errors https://app.circleci.com/pipelines/github/angular/angular-cli/18477/workflows/9b33e843-3faa-4c60-a3e3-aefc4ecc9ade/jobs/271086 (cherry picked from commit 2876b2e)
1 parent 2edc1a1 commit d77017d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"@typescript-eslint/no-implied-eval": "off",
9494
"@typescript-eslint/no-var-requires": "off",
9595
"@typescript-eslint/no-unnecessary-type-assertion": "off",
96+
"@typescript-eslint/no-unsafe-argument": "off",
9697
"@typescript-eslint/no-unsafe-assignment": "off",
9798
"@typescript-eslint/no-unsafe-call": "off",
9899
"@typescript-eslint/no-unsafe-member-access": "off",

0 commit comments

Comments
 (0)