Lars Reimann

Results 6 comments of Lars Reimann

I also find the conversion logic quite confusing: In `polars` v0.17.6, the following code ```py import polars as pl from datetime import datetime series = pl.Series([1, True, "a", datetime.now(), None])...

> ```js > { > ...baseConf, > plugins: [ > ...baseConf.plugins, > require('custom-prettier-plugin'), > ], > overrides: [ > ...baseConf, > { > "files": "*.test.js", > "options": { > "semi":...

Regarding prettier plugins: They can only be discovered by MegaLinter's prettier if you point to the exact location in `.prettierrc.js` using `require.resolve`: ```js module.exports = { plugins: ['prettier-plugin-svelte'], // does...

It also seems to be related to #1218.