bemhint-fs-naming
v1.0.0
Published
Plugin for bemhint which finds files written not in BEM notation
Downloads
6
Readme
bemhint-fs-naming
Plugin for bemhint which finds files written not in BEM notation.
Config example
module.exports = {
levels: [
'*.blocks'
],
excludePaths: [
'node_modueles/**'
],
plugins: {
'bemhint-fs-naming': true
}
}