Skip to content

Commit cd59bd2

Browse files
committed
Rename tsl-module to tsl-dx and drop tsl-local
1 parent 299b890 commit cd59bd2

39 files changed

+116
-561
lines changed

.pkgs/configs/tsl.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { consistentNullishComparison } from "@local/tsl-local";
21
import { core, defineConfig } from "tsl";
3-
import { noDuplicateExports, noDuplicateImports } from "tsl-module";
2+
import { consistentNullishComparison, noDuplicateExports, noDuplicateImports } from "tsl-dx";
43

54
export default defineConfig({
65
rules: [

.pkgs/tsl-local/.gitignore

Lines changed: 0 additions & 43 deletions
This file was deleted.

.pkgs/tsl-local/dist/index.d.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

.pkgs/tsl-local/dist/index.js

Lines changed: 0 additions & 42 deletions
This file was deleted.

.pkgs/tsl-local/docs/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.pkgs/tsl-local/docs/variables/consistentNullishComparison.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.pkgs/tsl-local/package.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

.pkgs/tsl-local/src/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

.pkgs/tsl-local/src/utils/ast.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

.pkgs/tsl-local/src/utils/fix.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)