Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Calendar Changelog

## [Windows Support] - {PR_MERGE_DATE}

- Add Windows support

## [Enhancement] - 2024-02-09

- Allowed view mode switching: "compact" for the old-style layout and "wide" for the new table-based layout
Expand Down
6 changes: 6 additions & 0 deletions extensions/calendar/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const { defineConfig } = require("eslint/config");
const raycastConfig = require("@raycast/eslint-config");

module.exports = defineConfig([
...raycastConfig,
]);
Loading
Loading