bemhint-deps-schema Plugin for bemhint which checks *.deps.js to be written by specification. How to install $ npm install bemhint-deps-schema How to use Add plugin to .bemhint.js: module.exports = { plugins: { 'bemhint-deps-schema': true } };