cameronterry / dark-matter

A highly opinionated domain mapping plugin for WordPress Networks
Other
12 stars 2 forks source link

Fix discrepancy caused by WordPress eslint and editorconfig differences #82

Closed cameronterry closed 2 years ago

cameronterry commented 2 years ago

TLDR: One said use 2 spaces, the other said use tabs. This caused the build to fail and this was missed as part of the deploy for 2.2.0, meaning the UI is currently broken.

Will probably need to do a wider clean-up of the JavaScript side of things, however this change will fix the immediate problem.

This should resolve: https://github.com/cameronterry/dark-matter/issues/80.