8000 chore: fix repo linting (#6310) · esjs/typescript-eslint@2bdf48f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bdf48f

Browse files
authored
chore: fix repo linting (typescript-eslint#6310)
1 parent 4ab9bd7 commit 2bdf48f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ module.exports = {
214214
'jest/no-alias-methods': 'error',
215215
'jest/no-identical-title': 'error',
216216
'jest/no-jasmine-globals': 'error',
217-
'jest/no-jest-import': 'error',
218217
'jest/no-test-prefixes': 'error',
219218
'jest/no-done-callback': 'error',
220219
'jest/no-test-return-statement': 'error',

packages/typescript-estree/tests/lib/parse.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ describe('parseAndGenerateServices', () => {
397397
let result:
398398
| parser.ParseAndGenerateServicesResult<typeof config>
399399
| undefined;
400+
// eslint-disable-next-line jest/valid-expect
400401
const exp = expect(() => {
401402
result = parser.parseAndGenerateServices(code, {
402403
...config,

0 commit comments

Comments
 (0)
0