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 2c97a73 commit d01ccbaCopy full SHA for d01ccba
packages/vite-plugin-svelte/src/utils/log.js
@@ -1,5 +1,6 @@
1
/* eslint-disable no-console */
2
3
+// eslint-disable-next-line n/no-unsupported-features/node-builtins
4
import { styleText } from 'node:util';
5
const cyan = (/** @type {string} */ txt) => styleText('cyan', txt);
6
const yellow = (/** @type {string} */ txt) => styleText('yellow', txt);
0 commit comments