Commit 31afb38
authored
Move eslint-config-prettier to last in extends (#17)
eslint-config-prettier must be last in the extends array so it can
properly override formatting rules from all preceding configs. Being
first meant eslint:recommended and the typescript-eslint config could
re-enable formatting rules after prettier disabled them.1 parent 033d9fd commit 31afb38
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments