Skip to content

Commit

Permalink
fix: description on import/base rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 2, 2022
1 parent e4246c8 commit fdbaa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/migration/noSfdxCommandImport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { isInCommandDirectory } from '../../shared/commands';
export const noSfdxCommandImport = ESLintUtils.RuleCreator.withoutDocs({
meta: {
docs: {
description: 'Change import to sfCommand',
description: 'Change import and base class from SfdxCommand to sfCommand',
recommended: 'error',
},
messages: {
Expand Down

0 comments on commit fdbaa54

Please sign in to comment.