debug: add // deno-fmt-ignore-file for deno-src ts files

This commit is contained in:
Huakun Shen 2025-01-12 15:29:47 -05:00
parent d796f8bd4d
commit a570f904d4
No known key found for this signature in database
7 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,4 @@
// deno-fmt-ignore-file
// deno-lint-ignore-file
import sharp from 'sharp';
import * as v from 'valibot';

View File

@ -1,3 +1,4 @@
// deno-fmt-ignore-file
// deno-lint-ignore-file
import sharp from 'sharp';

View File

@ -1,5 +1,6 @@
// deno-fmt-ignore-file
// deno-lint-ignore-file
import { ExifTool, ExifDateTime } from 'exiftool-vendored';
import { ExifDateTime, ExifTool } from 'exiftool-vendored';
// import { image } from '@hk/photographer-toolbox';
// import { convertDate } from './lib.ts';

View File

@ -1 +1,2 @@
// deno-lint-ignore-file
// deno-lint-ignore-file
// deno-fmt-ignore-file

View File

@ -1,9 +1,10 @@
// deno-fmt-ignore-file
// deno-lint-ignore-file
import type { API } from '../src/types.ts';
import { expose } from '@kunkun/api/runtime/deno';
import { image } from '@hk/photographer-toolbox';
import { convertDate } from './lib.ts';
import { ExifTool, ExifDateTime } from 'exiftool-vendored';
import { ExifDateTime, ExifTool } from 'exiftool-vendored';
export function batchSmartSetImageOriginalDate(
imagePaths: string[],

View File

@ -1,3 +1,4 @@
// deno-fmt-ignore-file
// deno-lint-ignore-file
import { ExifDateTime } from 'exiftool-vendored';
import type { ImageMetadata } from '@hk/photographer-toolbox/types';

View File

@ -1,8 +1,9 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@kunkun/ext-image-processing",
"version": "0.0.15",
"version": "0.0.16",
"license": "MIT",
"lint": false,
"exports": "./mod.ts",
"publish": {
"include": [