editorconfig-checker

Verify that files comply with .editorconfig rules

brewmacoslinux
Try with needOr install directly
Source

About

Tool to verify that your files are in harmony with your .editorconfig

Commands

ec

Examples

Check all files in current directory against .editorconfig$ ec
Check specific file for .editorconfig compliance$ ec path/to/file.js
Check directory recursively and show violations$ ec -verbose src/