How to use the @fimbul/bifrost.wrapTslintRule function in @fimbul/bifrost

To help you get started, we’ve selected a few @fimbul/bifrost examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github fimbullinter / wotan / packages / heimdall / src / index.ts View on Github external
public loadCustomRule(name: string, dir: string): RuleConstructor | undefined {
        const rule = super.loadCustomRule(name, dir);
        if (rule !== undefined)
            return rule;
        const tslintRule = TSLint.findRule(name, dir);
        return tslintRule && wrapTslintRule(tslintRule, name);
    }
}

@fimbul/bifrost

Compatibility layer for TSLint rules

Apache-2.0
Latest version published 3 years ago

Package Health Score

62 / 100
Full package analysis