We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8b10a commit f7f70a9Copy full SHA for f7f70a9
04-code-quality-tooling.md
@@ -0,0 +1,7 @@
1
+## Code Quality Tooling
2
+
3
+- We use *ESLint* and *Prettier*.
4
+- **ESLint**: Javascript linting tool for identifying and reporting potential issues in code. e.g. bad practices and design patterns.
5
+- **Prettier**: Formats code.
6
7
+Follow this guide for tooling setup: https://github.com/wesbos/eslint-config-wesbos.
0 commit comments