Skip to content

Commit

Permalink
Update code/lib/cli/src/automigrate/fixes/eslint-plugin.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jeppe Reinhold <[email protected]>
  • Loading branch information
yannbf and JReinhold authored Oct 18, 2022
1 parent ed4be1b commit 4f10f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/automigrate/fixes/eslint-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const eslintPlugin: Fix<EslintPluginRunOptions> = {

if (!dryRun && unsupportedExtension) {
logger.info(dedent`
⚠️ The plugin was successfuly installed but failed to configure.
⚠️ The plugin was successfully installed but failed to configure.
Found an eslint config file with an unsupported automigration format: .eslintrc.${unsupportedExtension}.
The supported formats for this automigration are: ${SUPPORTED_ESLINT_EXTENSIONS.join(
Expand Down

0 comments on commit 4f10f8a

Please sign in to comment.