1
0
Fork 0
freesewing/plugins
nikhil a24e93354f fix(current lint check): Remove .babelrc palimpsests
The current GitHub linting workflow (which, thanks to its reliance on lerna, only runs lint in workspaces that specify a `lint` command--needs to be fixed) has been failing for a new reason since commit dd9510537c9857a9f41c155c933b893c5855d32d (the workflow was already failing in the `develop` branch for unrelated reasons).

dd9510537c9857a9f41c155c933b893c5855d32d reintroduced Babel to the monorepo, not for any kind of transpilation step but for usage by `eslint`. This wasn't an issue for `eslint` commands executed from the monorepo root, but it's an issue for the lint workflow: that workflow uses `lerna run lint` to run `eslint` from within workspace directories, and the workspace directories that implement `lint` commands also happen to have legacy `.babelrc` files that reference no-longer-installed Babel plugins.

This commit removes the old `.babelrc` files, which should fix the lint workflow in its current form. (I will soon be updating the lint workflow to cover all workspaces, but I've yet to decide what that will look like.)
2022-09-26 17:01:50 -04:00
..
plugin-banner fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-bartack fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-bundle fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-bust fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-buttons fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-cutlist chore(eslint): Remove the plugin-specific .eslintrc files 2022-09-26 17:01:50 -04:00
plugin-cutonfold fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-dimension fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-flip fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-gore chore(eslint): Remove the plugin-specific .eslintrc files 2022-09-26 17:01:50 -04:00
plugin-grainline fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-i18n fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-logo fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-measurements chore(eslint): Remove the plugin-specific .eslintrc files 2022-09-26 17:01:50 -04:00
plugin-mirror fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-notches chore(eslint): Remove the plugin-specific .eslintrc files 2022-09-26 17:01:50 -04:00
plugin-round fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-scalebox fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-sprinkle fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-svgattr fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-theme chore(eslint): Remove the plugin-specific .eslintrc files 2022-09-26 17:01:50 -04:00
plugin-timing chore(eslint): Remove the plugin-specific .eslintrc files 2022-09-26 17:01:50 -04:00
plugin-title fix(current lint check): Remove .babelrc palimpsests 2022-09-26 17:01:50 -04:00
plugin-versionfree-svg chore(eslint): Remove the plugin-specific .eslintrc files 2022-09-26 17:01:50 -04:00