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
We have 3 lint errors that need to be addressed before #4078 completed.
src/plugins/persistence/couch/CouchObjectProvider.js 50:66 error '__OPENMCT_ROOT_RELATIVE__' is not defined no-undef
src/plugins/remoteClock/RemoteClockSpec.js 140:93 error Object properties must go on a new line object-property-newline
src/plugins/remoteClock/plugin.js 25:64 error Trailing spaces not allowed no-trailing-spaces
No linting errors
npm lint
The text was updated successfully, but these errors were encountered:
Testathon 08/26 Warnings persist but no linting errors
Sorry, something went wrong.
unlikelyzero
Successfully merging a pull request may close this issue.
Summary
We have 3 lint errors that need to be addressed before #4078 completed.
Expected vs Current Behavior
No linting errors
Impact Check List
Steps to Reproduce
npm lint
at project root (for testing, confirm no errors, warnings ok for now)The text was updated successfully, but these errors were encountered: