Plugin for bemhint to lint bem-xjst techs
npm install bemhint-bem-xjstPlugin for bemhint to check technologies based on bem-xjst. It uses checks from bem-xjst migration guide.
``bash`
$ npm install bemhint-xjst
Add plugin for .bemhint.js
`js`
module.exports = {
plugins: {
'bemhint-bem-xjst': {
techs: {
'bemhtml.js': true
},
lint: false,
from: 0,
to: 8
}
}
};
You can read more about lint, from, to` options here.