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

yalovek/bemhint-plugins-redundant-techs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Find redundant techs in BEM enteties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published