Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 366 Bytes

File metadata and controls

23 lines (19 loc) · 366 Bytes

Bemhint plugins for finding empty files

Config example

module.exports = {
    levels: [
        "*.blocks"
    ],

    excludePaths: [
        "node_modueles/**"
    ],

    plugins: {
        "bemhint-plugins-check-file-entity": {
            techs: {
                "styl": true
            }
        }
    }
};