Skip to content

Commit f7f70a9

Browse files
committed
add tooling setup
1 parent cf8b10a commit f7f70a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

04-code-quality-tooling.md

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)