ci: add lint-staged check

This commit is contained in:
YunYouJun
2024-09-15 18:14:52 +08:00
parent 41bdc3346f
commit 86b565dfa9
15 changed files with 923 additions and 331 deletions

View File

@@ -1,7 +1,7 @@
import type { RecipeItem, Recipes } from '../app/types'
// convert csv to json
import fs from 'node:fs'
import consola from 'consola'
import type { RecipeItem, Recipes } from '../app/types'
import { config } from './config'