timbeadle/grunt-cfpathcheck

View on GitHub
xo.config.cjs

Summary

Maintainability
Test Coverage
module.exports = {
    rules: {
        "arrow-parens": 0,
        "n/prefer-global/process": 0,
        "object-curly-spacing": 0,
        "unicorn/no-anonymous-default-export": 0,
        "unicorn/no-typeof-undefined": 0,
        "unicorn/prefer-module": 0,
    }
};