Sage-Bionetworks / rocc-app

Registry of Open Community Challenge (ROCC) web client
Apache License 2.0
0 stars 0 forks source link

Add linting strategy #361

Closed tschaffter closed 2 years ago

tschaffter commented 2 years ago

Features

References

tschaffter commented 2 years ago

Eslint error related to angular inline template

tschaffter commented 2 years ago

@vpchung Here is how I asked Rong to test this PR offline:

  1. Checkout this branch
  2. Try to "break" the style of a .ts file, e.g. by adding multiple new lines between two functions, then save the file. The linter should automatically fix the format of the file before saving. If not, try reloading the project in VS Code.