Plugin for bemhint which finds files written not in BEM notation.
module.exports = {
levels: [
'*.blocks'
],
excludePaths: [
'node_modules/**'
],
plugins: {
'bemhint-fs-naming': true
}
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
Plugin for bemhint which finds files written not in BEM notation.
module.exports = {
levels: [
'*.blocks'
],
excludePaths: [
'node_modules/**'
],
plugins: {
'bemhint-fs-naming': true
}
}