Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 376 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 376 Bytes

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
            }
        }
    }
};