Commit 377ad1d
committed
Update .lintstagedrc configuration for new repo structure
In this commit we add a rule to the lint-staged configuration file
at the root of the repository to ensure that all the markdown files
contained in the docs/sources folder are formatted using our prettier
config.
Although not absolutely necessary, we enforce prettier to use the
markdown parser, and have it write the result directly to staged files.1 parent be98a2b commit 377ad1d
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | | - | |
| 8 | + | |
5 | 9 | | |
0 commit comments