silverwind

Results 1344 comments of silverwind

> the automatic search occasionally fails to find the config file, and fails with the error `ConfigurationError: No configuration provided for ` I tested this by running stylelint in a...

I noticed that even with `--config stylelint.config.ts` passed, it intermittently fails with `Error: ENOENT: no such file or directory, lstat 'stylelint.config.mjs'`, so it appears there's no workaround for these bugs.

I've opened https://github.com/stylelint/stylelint/issues/8893 for above bug. I think this issue can be closed as support for TS configs is now present.

Seems related to https://github.com/microsoft/monaco-editor/issues/4679.