fix: add deno-lint-ignore-file for deno-src files

This commit is contained in:
Huakun Shen 2025-01-12 15:18:48 -05:00
parent 5d869fb78c
commit f8527064eb
No known key found for this signature in database
8 changed files with 8 additions and 2 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
// deno-lint-ignore-file

View File

@ -1,3 +1,4 @@
// deno-lint-ignore-file
import type { API } from '../src/types.ts';
import { expose } from '@kunkun/api/runtime/deno';
import { image } from '@hk/photographer-toolbox';

View File

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

View File

@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@kunkun/ext-image-processing",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",
"exports": "./mod.ts",
"publish": {

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "image-processing",
"version": "0.0.13",
"version": "0.0.14",
"kunkun": {
"name": "Image Processing",
"shortDescription": "Image Processing",