EN RU
Форум

Методология

Технологии

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

Библиотеки

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

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

bemhint-deps-specification

Plugin for bemhint which checks *.deps.js to be written by specification.

Config example

module.exports = {
    levels: [
        '*.blocks'
    ],

    excludePaths: [
        'node_modueles/**'
    ],

    plugins: {
        'bemhint-deps-specification': true
    }
}