I tried running : npm run test
after creating the artifacts from the Todo tutorial, and the linting after the tests fail.
I did a comparison of the generated files, and the files after npm run lint:fix and these are the differences I found:
Controller:

Repository:

Model:

Steps to reproduce
Current Behavior
Expected Behavior
Link to reproduction sandbox
Additional information
Related Issues
See Reporting Issues for more tips on writing good issues
Acceptance Criteria
I tried running : npm run test
after creating the artifacts from the Todo tutorial, and the linting after the tests fail.
I did a comparison of the generated files, and the files after
npm run lint:fixand these are the differences I found:Controller:
Repository:
Model:
Steps to reproduce
Current Behavior
Expected Behavior
Link to reproduction sandbox
Additional information
Related Issues
See Reporting Issues for more tips on writing good issues
Acceptance Criteria
npm run lintcompletes without error.