Skip to content

Commit 287f839

Browse files
committed
chore: rename lib/ to src/
1 parent d53e835 commit 287f839

File tree

92 files changed

+82
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+82
-87
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions

eslint-remote-tester.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
} from 'eslint-remote-tester-repositories';
55
import { parser } from 'typescript-eslint';
66

7-
import testingLibraryPlugin from './lib';
7+
import testingLibraryPlugin from './src';
88

99
import type { Config } from 'eslint-remote-tester';
1010

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"./package.json": "./package.json"
3131
},
3232
"scripts": {
33-
"build": "tsdown lib/index.ts --format esm --format cjs",
33+
"build": "tsdown src/index.ts --format esm --format cjs",
3434
"bundle-check": "pnpm run build && publint",
3535
"generate-all": "pnpm run --parallel \"/^generate:.*/\"",
3636
"generate:configs": "jiti tools/generate-configs",
3737
"generate:docs": "pnpm run build && pnpm run eslint-doc-generator",
3838
"validate-gen-all": "pnpm run --parallel \"/^validate-gen:.*/\"",
39-
"validate-gen:configs": "pnpm run generate:configs && git diff --exit-code lib/configs",
39+
"validate-gen:configs": "pnpm run generate:configs && git diff --exit-code src/configs",
4040
"validate-gen:docs": "pnpm run build && pnpm run eslint-doc-generator --check",
4141
"format": "pnpm run prettier-base --write",
4242
"format:check": "pnpm run prettier-base --check",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)