bemhint-plugins-redundant-techs

1.0.1 • Public • Published

Bem hint plugin for finding redundant techs

Config example

module.exports = {
    levels: [
        "*.blocks"
    ],
 
    excludePaths: [
        "node_modueles/**"
    ],
 
    plugins: {
        "bemhint-plugins-redundant-techs": {
            techs: {
                "styl|deps.js": true
            }
        }
    }
};

Readme

Keywords

Package Sidebar

Install

npm i bemhint-plugins-redundant-techs

Weekly Downloads

5

Version

1.0.1

License

MIT

Last publish

Collaborators

  • yalovek