bemhint-bem-xjst

0.1.1 • Public • Published

bemhint-bem-xjst Build Status

Plugin for bemhint to check technologies based on bem-xjst. It uses checks from bem-xjst migration guide.

How to install

$ npm install bemhint-xjst

How to use

Add plugin for .bemhint.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.

Dependents (0)

Package Sidebar

Install

npm i bemhint-bem-xjst

Weekly Downloads

1

Version

0.1.1

License

ISC

Last publish

Collaborators

  • tadatuta
  • egavr
  • aisel