zirbest
zirbest
> I understand kickstart's goal is simplicity and beginner friendliness, which results in a single short config file. > > But a simple config (with lsp and completion plugins for,...
@replygirl I am grateful for your generosity, but I am unable to use GitHub sponsorship is not yet available in my country :disappointed: but I hope it will be soon....
thank you @FlorianDevPhynix, it's possible to - [ ] lint - [ ] add some tests
### autocomplete test example https://github.com/unocss/unocss/blob/main/test/autocomplete-fuzzy.test.ts ### lint ```sh npm run lint --fix ```
yep add the test file to the test folder `test/autocomplte.test.ts`
How about we try a more straightforward method? ```typescript describe('unocss-preset-kobalte', async () => { const uno = createGenerator({ rules: [['foo', { name: 'foo' }], ['bar', { name: 'bar' }]], presets:...
thank you @FlorianDevPhynix take a look at the new release