Bem hint plugin for finding redundant techs
module.exports = {
levels: [
"*.blocks"
],
excludePaths: [
"node_modueles/**"
],
plugins: {
"bemhint-plugins-redundant-techs": {
techs: {
"styl|deps.js": true
}
}
}
};