Unlike the legacy formatter, `rescript format --all --check` checks the formatting of ReScript files in `node_modules` dependencies: ``` $ rescript format --all --check [format check] /home/mediremi/my_project/node_modules/@rescript/react/src/ReactEvent.res The file listed above needs formatting Error: Formatting check failed ```