Skip to content

Commit

Permalink
chore: lint code + bump the linter to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed May 12, 2023
1 parent fe1c7f9 commit b496e70
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"typescript": "^5.0.3",
"xo": "^0.53.1"
"xo": "^0.54.2"
},
"dependencies": {
"co-body": "^6.1.0",
Expand Down
1 change: 0 additions & 1 deletion src/body-parser.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import parser from 'co-body';
import type * as Koa from 'koa';

import type {BodyParserOptions, BodyType} from './body-parser.types';
import {getIsEnabledBodyAs, getMimeTypes} from './body-parser.utils';

Expand Down
1 change: 0 additions & 1 deletion src/body-parser.utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import deepMerge from 'lodash.merge';

import {
type BodyParserOptions,
supportedBodyTypes,
Expand Down

0 comments on commit b496e70

Please sign in to comment.