Skip to content

Commit e901bbe

Browse files
fix: eslint
1 parent 1ddfee1 commit e901bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export default class Logger {
182182
* @param {Setting|undefined} setting setting
183183
* @return {string} color string
184184
*/
185-
public c = (string: string, setting?: Setting): string => this.getColorString(string, setting);
185+
public c = (string: string, setting?: Setting): string => this.getColorString(string, setting); // eslint-disable-line id-length
186186

187187
/**
188188
* @return {void}

0 commit comments

Comments
 (0)