Skip to content

Plugin for bemhint which finds files written not in BEM notation

Notifications You must be signed in to change notification settings

bemhint/bemhint-fs-naming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Plugin for bemhint which finds files written not in BEM notation

Resources

Stars

Watchers

Forks

Packages

No packages published