You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support arrays in .escheckrc so that different files can be checked with different options. Command-line options should probably overwrite the option for all configurations. Something like this:
We have some projects that compile multiple bundles (e.g. UMD, CJS, and ESM) and they require different es-check flags/options. As an example, this is the command we currently use:
We were hoping to switch to using the separate .escheckrc file but I don't think it's possible to have multiple configurations in there at this point in time?
Are There Examples Of This Requested Update Elsewhere?
Not that we could find 🤷🏼♂️
The text was updated successfully, but these errors were encountered:
cascornelissen
changed the title
Add support for arrays in .escheckrc
Add support for multiple configurations in .escheckrc
Jan 7, 2025
Requested Update
Support arrays in
.escheckrc
so that different files can be checked with different options. Command-line options should probably overwrite the option for all configurations. Something like this:Why Is This Update Needed?
We have some projects that compile multiple bundles (e.g. UMD, CJS, and ESM) and they require different
es-check
flags/options. As an example, this is the command we currently use:es-check es6 cjs/index.cjs umd/index.js && es-check es2020 esm/index.mjs --module
We were hoping to switch to using the separate
.escheckrc
file but I don't think it's possible to have multiple configurations in there at this point in time?Are There Examples Of This Requested Update Elsewhere?
Not that we could find 🤷🏼♂️
The text was updated successfully, but these errors were encountered: