bemhint-fs-naming

1.0.0 • Public • Published

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
    }
}

Readme

Keywords

Package Sidebar

Install

npm i bemhint-fs-naming

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • egavr