Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 381 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 381 Bytes

bemhint-deps-schema

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

How to install

$ npm install bemhint-deps-schema

How to use

Add plugin to .bemhint.js:

module.exports = {
    plugins: {
        'bemhint-deps-schema': true
    }
};