Skip to content

Commit eccd965

Browse files
committed
Merge kit package into shared package
1 parent a1f6a88 commit eccd965

File tree

222 files changed

+396
-592
lines changed

Some content is hidden

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

222 files changed

+396
-592
lines changed

.pkgs/eslint-plugin-local/dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CompatiblePlugin } from "@eslint-react/kit";
1+
import { CompatiblePlugin } from "@eslint-react/shared";
22

33
//#region src/index.d.ts
44
declare const plugin: CompatiblePlugin;

.pkgs/eslint-plugin-local/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"dependencies": {
2323
"@eslint-react/ast": "workspace:*",
2424
"@eslint-react/eff": "workspace:*",
25-
"@eslint-react/kit": "workspace:*",
2625
"@eslint-react/shared": "workspace:*",
2726
"@eslint-react/var": "workspace:*",
2827
"@eslint/js": "^9.37.0",

.pkgs/eslint-plugin-local/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { name, version } from "../package.json";
22

3-
import type { CompatiblePlugin } from "@eslint-react/kit";
3+
import type { CompatiblePlugin } from "@eslint-react/shared";
44

55
import avoidMultilineTemplateExpression from "./rules/avoid-multiline-template-expression";
66
import preferEqeqNullishComparison from "./rules/prefer-eqeq-nullish-comparison";

.pkgs/eslint-plugin-local/src/rules/avoid-multiline-template-expression.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as AST from "@eslint-react/ast";
2-
import type { RuleContext, RuleFeature } from "@eslint-react/kit";
2+
import type { RuleContext, RuleFeature } from "@eslint-react/shared";
33
import type { RuleListener } from "@typescript-eslint/utils/ts-eslint";
44
import type { CamelCase } from "string-ts";
55

.pkgs/eslint-plugin-local/src/rules/prefer-eqeq-nullish-comparison.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Ported from: https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-internal/src/rules/eqeq-nullish.ts
22

3-
import type { RuleContext, RuleFeature } from "@eslint-react/kit";
3+
import type { RuleContext, RuleFeature } from "@eslint-react/shared";
44
import { AST_NODE_TYPES as T } from "@typescript-eslint/utils";
55
import { NullThrowsReasons, type RuleListener, nullThrows } from "@typescript-eslint/utils/eslint-utils";
66

apps/website/content/docs/contributing.mdx

Lines changed: 0 additions & 6 deletions

apps/website/content/docs/faq.mdx

Lines changed: 0 additions & 1 deletion

apps/website/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"devDependencies": {
3333
"@effect/language-service": "^0.44.0",
3434
"@eslint-react/eslint-plugin": "workspace:*",
35-
"@eslint-react/kit": "workspace:*",
3635
"@eslint-react/shared": "workspace:*",
3736
"@eslint/js": "^9.37.0",
3837
"@local/configs": "workspace:*",

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
19-
"@eslint-react/kit": "workspace:*",
2019
"@eslint-react/shared": "workspace:*",
2120
"@eslint/config-inspector": "^1.3.0",
2221
"@eslint/js": "^9.37.0",

packages/core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"dependencies": {
3737
"@eslint-react/ast": "workspace:*",
3838
"@eslint-react/eff": "workspace:*",
39-
"@eslint-react/kit": "workspace:*",
4039
"@eslint-react/shared": "workspace:*",
4140
"@eslint-react/var": "workspace:*",
4241
"@typescript-eslint/scope-manager": "^8.46.0",

0 commit comments

Comments
 (0)