feat: eslint 적용 및 관련 코드 일괄 수정
This commit is contained in:
@@ -29,9 +29,7 @@ export interface StatItemOptions {
|
||||
extraInfo?: string;
|
||||
}
|
||||
|
||||
export const createStatItemModule = (
|
||||
options: StatItemOptions
|
||||
): ItemModule => {
|
||||
export const createStatItemModule = (options: StatItemOptions): ItemModule => {
|
||||
const statLabel = resolveStatLabel(options.statName);
|
||||
const name = `${options.rawName}(+${options.statValue})`;
|
||||
const baseInfo = `${statLabel} +${options.statValue}`;
|
||||
|
||||
Reference in New Issue
Block a user