Skip to content

Commit 2477ab9

Browse files
committed
Convert type file naming to kebab-case
1 parent f34bbea commit 2477ab9

File tree

13 files changed

+9
-9
lines changed

13 files changed

+9
-9
lines changed

packages/plugins/eslint-plugin-react-web-api/src/types/EventListener/index.ts

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

packages/plugins/eslint-plugin-react-web-api/src/types/Observer/index.ts

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

packages/plugins/eslint-plugin-react-web-api/src/types/Timer/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export type * from "./event-listener-entry";
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export type * from "./EventListener";
2-
export type * from "./Observer";
3-
export type * from "./Timer";
1+
export * from "./event-listener";
2+
export * from "./observer";
3+
export * from "./timer";
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export type * from "./observer-entry";
2+
export type * from "./observer-kind";
3+
export type * from "./observer-method";

0 commit comments

Comments
 (0)