0.1.1 • Published 7 years ago

bemhint-bem-xjst v0.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

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.

0.1.1

7 years ago

0.1.0

7 years ago