Symlink the style guides from the examples submodule into root as needed
Can indicate config file for linter (eslint) and formatter (prettier), but .prettierignoreonly works on relative paths, meaning it needs to exist in the root; otherwise it keeps trying to format JSON files inside the examples submodule
Update Make steps, CI as needed to account for style guide imports
Testing
Make steps work as expected locally
Pull Request Type
Please select the option(s) that are relevant to this PR.
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] Improvement (fixing a typo, updating readme, renaming a variable name, etc)
Description
.prettierignore
only works on relative paths, meaning it needs to exist in the root; otherwise it keeps trying to format JSON files inside theexamples
submoduleTesting
Pull Request Type
Please select the option(s) that are relevant to this PR.