Skip to content

Commit 488ca4b

Browse files
committed
fix(eslint-config): fix rules for tests files
1 parent fabddc9 commit 488ca4b

File tree

3 files changed

+9
-123
lines changed

3 files changed

+9
-123
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"commitizen": "^4.2.4",
4545
"del-cli": "^5.0.0",
4646
"eslint": "^8.0.0",
47+
"inquirer": "^8.0.0",
4748
"lerna": "^4.0.0",
4849
"nano-staged": "^0.8.0",
4950
"npm-package-json-lint": "^7.0.0",

packages/eslint-config/src/jest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = {
3030
'@typescript-eslint/no-unsafe-assignment': 'off',
3131
'@typescript-eslint/no-unsafe-member-access': 'off',
3232
'@typescript-eslint/no-unsafe-call': 'off',
33+
'@typescript-eslint/no-unsafe-argument': 'off',
3334
'@typescript-eslint/no-explicit-any': 'off',
3435
'@typescript-eslint/no-floating-promises': 'off',
3536
'prefer-destructuring': 'off',

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)