Skip to content

Commit 8277ce9

Browse files
authored
fix: ESLint config in app-store and features (calcom#24387)
* make eslint config in app-store * remove the one in features
1 parent bb68cd7 commit 8277ce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { config } from "@calcom/eslint-config/react-internal";
44
export default [
55
...config,
66
forbid({
7-
from: "../app-store/**",
7+
from: "../features/**",
88
target: ".",
99
}),
1010
];

0 commit comments

Comments
 (0)