Skip to content

Commit

Permalink
Automated linting update and features.json sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
1 parent 1958bdc commit 2ba54d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/test-site/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import type { StudioTailwindConfig } from "@yext/studio";
export default {
content: ["./src/**/*.{ts,tsx}"],
theme: {
extend: {}
extend: {},
},
} satisfies StudioTailwindConfig;
2 changes: 1 addition & 1 deletion e2e-tests/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import type { StudioTailwindConfig } from "@yext/studio";
export default {
content: ["./src/**/*.{ts,tsx}"],
theme: {
extend: {}
extend: {},
},
} satisfies StudioTailwindConfig;

0 comments on commit 2ba54d6

Please sign in to comment.