We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c422c commit 82f30b1Copy full SHA for 82f30b1
packages/vite-plugin-checker/src/checkers/stylelint/main.ts
@@ -1,6 +1,6 @@
1
import chokidar from 'chokidar'
2
import stylelint from 'stylelint'
3
-import translateOptions from './options.js'
+import { translateOptions } from './options.js'
4
import path from 'path'
5
import { fileURLToPath } from 'url'
6
import { parentPort } from 'worker_threads'
packages/vite-plugin-checker/src/checkers/stylelint/options.ts
@@ -92,7 +92,7 @@ import type Stylelint from 'stylelint'
92
93
const EXIT_CODE_ERROR = 2
94
95
-export default (command: string) => {
+export const translateOptions = (command: string) => {
96
const result = meow({
97
autoHelp: false,
98
autoVersion: false,
0 commit comments