Skip to content

Commit 3cf3e09

Browse files
committed
fix: add http request/response, fix lint
TODO: remove file import when the package is published
1 parent 0a836c9 commit 3cf3e09

21 files changed

+278
-551
lines changed

eslint.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import apify from '@apify/eslint-config';
1+
import apifyTypeScriptConfig from '@apify/eslint-config/ts.js';
22

33
// eslint-disable-next-line import/no-default-export
44
export default [
5-
{ ignores: ['**/dist', '**/.venv'] }, // Ignores need to happen first
6-
...apify,
5+
{ ignores: ['**/dist'] }, // Ignores need to happen first
6+
...apifyTypeScriptConfig,
77
{
88
languageOptions: {
99
sourceType: 'module',

0 commit comments

Comments
 (0)