bemhint-fs-naming
Version:
Plugin for bemhint which finds files written not in BEM notation
22 lines (16 loc) • 327 B
Markdown
# bemhint-fs-naming
Plugin for [bemhint](https://github.com/bemhint/bemhint) which finds files written not in BEM notation.
## Config example
```js
module.exports = {
levels: [
'*.blocks'
],
excludePaths: [
'node_modueles/**'
],
plugins: {
'bemhint-fs-naming': true
}
}
```