Skip to content

Commit be39b2d

Browse files
committed
Update prettier config
1 parent 863bffc commit be39b2d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
'plugin:@typescript-eslint/recommended',
1212
'plugin:@typescript-eslint/recommended-requiring-type-checking',
1313
'plugin:prettier/recommended',
14-
'prettier/@typescript-eslint',
1514
],
1615
parser: '@typescript-eslint/parser',
1716
parserOptions: {

src/errors/meilisearch-api-error.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as Types from '../types'
22

3-
const MeiliSearchApiError: Types.MSApiErrorConstructor = class
4-
extends Error
3+
const MeiliSearchApiError: Types.MSApiErrorConstructor = class extends Error
54
implements Types.MSApiError {
65
httpStatus: number
76
response?: Types.MeiliSearchApiErrorResponse

0 commit comments

Comments
 (0)