gkushang/cucumber-html-reporter

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
{
    // most folder contexts extend rules in a language-specific way (e.g. src, lambda) so these are a catch-all for other folders
    "root":true,
    "extends": [
        "./coding-standards/eslint/.eslintrc.json"
    ]
}