You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
I am working with a monorepo (https://github.com/solidstate-network/solidstate-solidity), and am having issues with the "Format on Save" feature. Most of the code is contained within nested packages which do not have prettier as a dependency, and my configuration is set to check for a prettier dependency and configuration file before formatting.
Because my Atom window is open at the monorepo root level, my intuition is that the root level package.json and prettier config should be detected for the purpose of these checks. Would this behavior be possible/desirable?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am working with a monorepo (https://github.com/solidstate-network/solidstate-solidity), and am having issues with the "Format on Save" feature. Most of the code is contained within nested packages which do not have
prettier
as a dependency, and my configuration is set to check for aprettier
dependency and configuration file before formatting.Because my Atom window is open at the monorepo root level, my intuition is that the root level
package.json
and prettier config should be detected for the purpose of these checks. Would this behavior be possible/desirable?The text was updated successfully, but these errors were encountered: