micahstubbs commented on issue #2088: URL: https://github.com/apache/helix/issues/2088#issuecomment-1124293366
it worked! ```py npm run lint > [email protected] lint /Users/m/workspace/helix/helix-front > ng lint Linting "helix-front"... All files pass linting. Linting "helix-front-e2e"... Could not find implementations for the following rules specified in the configuration: use-input-property-decorator use-output-property-decorator use-host-property-decorator Try upgrading TSLint and/or ensuring that you have all necessary custom rules installed. If TSLint was recently upgraded, you may have old rules configured which need to be cleaned up. All files pass linting. ``` Note that missing rules warning is fixed in #2077. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
