Skip to content

Commit 7e6f4c4

Browse files
committed
fix linting
1 parent 535bdf2 commit 7e6f4c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/replay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"",
2626
"lint": "run-s lint:prettier lint:eslint",
2727
"lint:eslint": "eslint . --format stylish",
28-
"lint:prettier": "prettier --check \"{src,test,scripts,worker}/**/*.ts\"",
28+
"lint:prettier": "prettier --check \"{src,test,scripts}/**/*.ts\"",
2929
"test": "jest",
3030
"test:watch": "jest --watch",
3131
"bootstrap:demo": "cd demo && yarn",

packages/replay/test/unit/session/getSession.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MAX_SESSION_LIFE,WINDOW } from '../../../src/constants';
1+
import { MAX_SESSION_LIFE, WINDOW } from '../../../src/constants';
22
import * as CreateSession from '../../../src/session/createSession';
33
import * as FetchSession from '../../../src/session/fetchSession';
44
import { getSession } from '../../../src/session/getSession';

0 commit comments

Comments
 (0)