Skip to content

Commit 47baeeb

Browse files
committed
chore: eslint disable class-methods-use-this for quoteArguments
1 parent f35783c commit 47baeeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/command-context.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ export default class CommandContext {
4848
return commandContext
4949
} // eslint-disable-next-line class-methods-use-this
5050

51-
/** @deprecated use {quoteArguments} function */ quoteArguments(args) {
51+
/** @deprecated use {quoteArguments} function */
52+
/* eslint-disable-next-line class-methods-use-this */
53+
quoteArguments(args) {
5254
return quoteArguments(args)
5355
}
5456

0 commit comments

Comments
 (0)