nkzw-tech / athena-crisis

Athena Crisis is an Advance Wars inspired modern-retro turn-based tactical strategy game. Athena Crisis is open core technology.
https://athenacrisis.com/open-source
Other
1.37k stars 105 forks source link

Add `@typescript-eslint/array-type` eslint rule #21

Closed dkratz closed 1 month ago

dkratz commented 1 month ago

What

Add @typescript-eslint/array-type to force TS Array<> vs []

Why

Enforces code style via linter: https://github.com/nkzw-tech/athena-crisis/pull/19#discussion_r1603723569

cpojer commented 1 month ago

Thank you, this totally makes sense to add, especially since there were two inconsistencies in the codebase 😅