dillon1000/react
Commit
Browse files lint-build: Infer format from artifact filename (#21489)
Uses the layout of the build artifact directory to infer the format of a given file, and which lint rules to apply. This has the effect of decoupling the lint build job from the existing Rollup script, so that if we ever add additional post-processing, or if we replace Rollup, it will still work. But the immediate motivation is to replace the separate "stable" and "experimental" lint-build jobs with a single combined job.
Changed paths3 files
First-parent comparison.circleci/config.yml ModifiedM scripts/circleci/check_minified_errors.sh ModifiedM scripts/rollup/validate/index.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…