Bemhint plugins for finding empty files
module.exports = {
levels: [
"*.blocks"
],
excludePaths: [
"node_modueles/**"
],
plugins: {
"bemhint-plugins-check-file-entity": {
techs: {
"styl": true
}
}
}
};