Skip to content

Commit fc0462b

Browse files
authored
chore(svelte-query*/package.json): include 'tests' directory in 'test:eslint' scope (#10532)
1 parent 0655128 commit fc0462b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/svelte-query-persist-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clean": "premove ./dist ./coverage ./.svelte-kit ./dist-ts",
2424
"compile": "tsc --build",
2525
"test:types": "svelte-check --tsconfig ./tsconfig.json",
26-
"test:eslint": "eslint --concurrency=auto ./src",
26+
"test:eslint": "eslint --concurrency=auto ./src ./tests",
2727
"test:lib": "vitest",
2828
"test:lib:dev": "pnpm run test:lib --watch",
2929
"test:build": "publint --strict && attw --pack",

packages/svelte-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clean": "premove ./dist ./coverage ./.svelte-kit ./dist-ts",
2424
"compile": "tsc --build",
2525
"test:types": "svelte-check --tsconfig ./tsconfig.json",
26-
"test:eslint": "eslint --concurrency=auto ./src",
26+
"test:eslint": "eslint --concurrency=auto ./src ./tests",
2727
"test:lib": "vitest",
2828
"test:lib:dev": "pnpm run test:lib --watch",
2929
"test:build": "publint --strict && attw --pack",

0 commit comments

Comments
 (0)