Plugin for bemhint which checks *.deps.js to be written by specification.
$ npm install bemhint-deps-schema
Add plugin to .bemhint.js
:
module.exports = {
plugins: {
'bemhint-deps-schema': true
}
};
Plugin for bemhint which checks *.deps.js to be written by specification.
$ npm install bemhint-deps-schema
Add plugin to .bemhint.js
:
module.exports = {
plugins: {
'bemhint-deps-schema': true
}
};