bemhint-plugins-redundant-techs
v1.0.1
Published
Check file system BEM-enteties
Downloads
1
Readme
Bem hint plugin for finding redundant techs
Config example
module.exports = {
levels: [
"*.blocks"
],
excludePaths: [
"node_modueles/**"
],
plugins: {
"bemhint-plugins-redundant-techs": {
techs: {
"styl|deps.js": true
}
}
}
};