EN RU
Форум

Методология

Технологии

Инструментарий

Библиотеки

Учебные материалы

Перевод этой статьи на ваш язык отсутствует, вы можете помочь нам перевести.

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