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