UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

10 lines (8 loc) 210 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { cache: false, resolveSnapshotPath: (path, ext) => path + ext, setupFiles: ['./tests/raw-serializer'], }, });