Skip to content

Commit

Permalink
chore: fix repo linting (#6310)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Jan 8, 2023
1 parent 4ab9bd7 commit 2bdf48f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ module.exports = {
'jest/no-alias-methods': 'error',
'jest/no-identical-title': 'error',
'jest/no-jasmine-globals': 'error',
'jest/no-jest-import': 'error',
'jest/no-test-prefixes': 'error',
'jest/no-done-callback': 'error',
'jest/no-test-return-statement': 'error',
Expand Down
1 change: 1 addition & 0 deletions packages/typescript-estree/tests/lib/parse.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ describe('parseAndGenerateServices', () => {
let result:
| parser.ParseAndGenerateServicesResult<typeof config>
| undefined;
// eslint-disable-next-line jest/valid-expect
const exp = expect(() => {
result = parser.parseAndGenerateServices(code, {
...config,
Expand Down

0 comments on commit 2bdf48f

Please sign in to comment.