greenforce-frontend icon indicating copy to clipboard operation
greenforce-frontend copied to clipboard

eslint rule enforcing usage of push pipe instead of async

Open frontend-specialisten opened this issue 2 years ago • 0 comments

Our recommendation is using the push pipe instead of the async pipe. This can be enforced by creating a custom eslint rule and thereby giving the developers quicker feedback.

Acceptance criteria:

  • [ ] Create custom eslint rule
  • [ ] Add docs to "getting started" how to make eslint linting HTML files in VsCode

Technical notes: https://nx.dev/packages/linter/generators/workspace-rule

frontend-specialisten avatar Oct 12 '22 07:10 frontend-specialisten