A lint-staged plugin that validates staged files are covered by .editorconfig rules. v0.1.0 is the only release (April 2020). It runs against all staged files and fails if any file is not matched by an editorconfig rule. Helps enforce consistent editor settings across a team. Alternative: manually checking editorconfig coverage, but this automates it as part of git hooks.
npm install lint-staged-editorconfigNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure lint-staged to run editorconfig checker on all staged files.
Create an .editorconfigignore file with patterns like 'vendor/' to ignore directories.
Check node_modules for peer dependency conflicts; consider forking or alternatives.
Lock the 'editorconfig' version to 0.x to avoid breaking changes.
Add a matching section to .editorconfig or add the file pattern to .editorconfigignore.
Install with 'yarn add -D lint-staged-editorconfig' or 'npm install --save-dev lint-staged-editorconfig'.
Create a .editorconfig file with at least one rule.