Lars Reimann
Lars Reimann
`EXTENDS` in `.mega-linter.yml`: Properties from extended file override properties in extending file
Should probably stay open.
`EXTENDS` in `.mega-linter.yml`: Properties from extended file override properties in extending file
No worries, looking forward to v6.
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.