bemhint-deps-specification
Plugin for bemhint which checks *.deps.js
to be written by specification.
Config example
module.exports = {
levels: [
'*.blocks'
],
excludePaths: [
'node_modueles/**'
],
plugins: {
'bemhint-deps-specification': true
}
}