@FreedomATX - I'm currently dealing with eslint and prettier fighting with each other.
One wants tabs (the way G_d intended) the other blasphemes about needing to indent with 2 spaces.
I'm about to to prettier out.
@FreedomATX - figured out my problem.
My package.json disallowed JS files.
Prettier doesn't recognize TS files
So it defaulted to vanilla configuration.
@0x56 Purge the heathen linter.
Looks like prettier has a config setting for tabs?