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
It would be good to establish some lint rules. As this is a plug-in it is often common to inherit the formatting and styles guides of the parent application.
The text was updated successfully, but these errors were encountered:
haysclark
added a commit
to haysclark/jx-lens
that referenced
this issue
Nov 13, 2021
- adds eslint rules from lensapp root project
- include-header rules have disabled
- performed `eslint —fix`
- surpressed the few eslint errors related to unused-imports/no-unused-vars-ts
- adds ‘lint’ steps to `test` script
- adds jest `--passWithNoTests` to `test` script
- resolvesjenkins-x-plugins#2
Signed-off-by: Hays Clark <[email protected]>
It would be good to establish some lint rules. As this is a plug-in it is often common to inherit the formatting and styles guides of the parent application.
The text was updated successfully, but these errors were encountered: