We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we output warnings like
(warn) Module file name should be all lower-case node_modules/montage/node_modules/jsdom/node_modules/cssstyle/lib/properties/wordBreak.js
which is not something that can be fixed. We should skip any files in a node_modules directory.
node_modules
The text was updated successfully, but these errors were encountered:
Good call. We should only do it for the app package.
Sorry, something went wrong.
Don't show non-important warnings for other packages
ab2b593
See montagejsgh-27
98725f8
Stuk
No branches or pull requests
Currently we output warnings like
which is not something that can be fixed. We should skip any files in a
node_modules
directory.The text was updated successfully, but these errors were encountered: