Skip to content

Commit 8527009

Browse files
3llomiraycastbot
andauthored
Add cocoa-core-data-timestamp-converter extension (#18656)
* Add cocoa-core-data-timestamp-converter extension - Initial - Initial * Greptile Improvements * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]>
1 parent 1557ff6 commit 8527009

14 files changed

+3160
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# Raycast specific files
7+
raycast-env.d.ts
8+
.raycast-swift-build
9+
.swiftpm
10+
compiled_raycast_swift
11+
12+
# misc
13+
.DS_Store
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"printWidth": 120,
3+
"singleQuote": false
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Cocoa Core Data Timestamp Converter Changelog
2+
3+
## [Initial Version] - 2025-05-07
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Cocoa Core Data Timestamp Converter
2+
3+
Cocoa Core Data Date Utils. Convert Cocoa Core Data Dates into Human Readable Format or Epoch.
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const { defineConfig } = require("eslint/config");
2+
const raycastConfig = require("@raycast/eslint-config");
3+
4+
module.exports = defineConfig([
5+
...raycastConfig,
6+
]);
Loading

0 commit comments

Comments
 (0)