Armano

Results 85 comments of Armano

sadly no, this describes 2 part of config validation, and only first part has been implemented "Rules validation" is not yet implemented

> @joaomoreno are you transforming files, or bundling them? The output generated for esm is pretty regexp-able. I used this to emulate UMD bundles in my [project](https://github.com/jacobp100/technicalc-core/blob/01f639cb3f49db1022f2c0751d0ebedc9d099ad9/packages/technicalc-prebuilt/build.js#L91-L101) generally yes, for...

this change seem to be no longer needed as #974 has been merged

> Yes, the short hash does not work with bitbucket and azure DevOps for example depends on has shorten version is sometimes broken on github (tho i noticed it only...

> Hi @developer-bandi, Looks like a good start! I haven't dug deep into the website code, so I'm commenting based on the behavior shown in the preview. > > >...

build part should be working fine even without this change, issue is with what is done during "patching" of lib i was generally thinking about this, and wdyt about using...

this change is present in yarn but has not been added to pnpm, i missed that when i added support for it in https://github.com/nebrelbug/npm-to-yarn/pull/37 [npmToYarn.ts](https://github.com/nebrelbug/npm-to-yarn/blob/master/src/npmToYarn.ts#L139C1-L142C4), [npmToPnpm.ts](https://github.com/nebrelbug/npm-to-yarn/blob/master/src/npmToPnpm.ts#L124)

@vjpr there is a way to setup this, maybe not as straight, but you could look what i did in typescript-eslint https://github.com/typescript-eslint/typescript-eslint/pull/3147 https://github.com/typescript-eslint/typescript-eslint/blob/2abb09226d9158e67f9d4c91b30c50cadc4de3c6/website/docusaurus.config.js#L33-L52 ```js [ '@docusaurus/plugin-content-docs', { id: 'rules-docs', path:...

@JoshuaKGoldberg i missed this Pr, this change is not that great, there is alot of side effects and we are doing way to many updates now, eg, "constructor" and "destructor"...