rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Move settings to JSON files, revisited #125

Closed Duckwhale closed 2 years ago

Duckwhale commented 2 years ago

This should include all of the changes from #100, but integrated with the latest refactor. Will have to see if this helps reduce the amount of eslint errors.

Duckwhale commented 2 years ago

Looks like there's an issue with eslint suggesting changes that are incompatible with prettier. In the battle of the opinionated formatters, who will win? (will have to adjust the settings, but that's a separate issue)

Duckwhale commented 2 years ago

Linting still fails, but we're down to "only" 300 errors. Can probably merge this in and then resolve the rest later.