baseline
baseline copied to clipboard
Introduce a linter and formatting style for the SRI project
Overview
We need this to make sure formatting is uniform across the project.
Reference
Questions
- Linter?
- Style?
Acceptance
- Linter introduced
- Formatting style agreed and introduces
Tasks
- [ ] Linter setup and running locally
I vote for typescript-eslint and a modified version of prettier.
I vote for typescript-eslint and a modified version of prettier.
+1 for typescript-eslint. I think default prettier does pretty good job, is there a reason for the proposed modification?
Its probably best to go with default options and no (or very minial) config in both linter and prettier for start
You make a very good point @skosito. You have convinced me, albeit reluctantly, to adopt default options for both the linter and prettier.