feat: eslint 적용 및 관련 코드 일괄 수정
This commit is contained in:
@@ -49,6 +49,7 @@ const buildCity = (id: number, nationId: number): City => ({
|
||||
name: `City${id}`,
|
||||
nationId,
|
||||
level: 2,
|
||||
state: 0,
|
||||
population: 10000,
|
||||
populationMax: 10000,
|
||||
agriculture: 1000,
|
||||
|
||||
Reference in New Issue
Block a user