voltrevo/object-leaves

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
{
  "extends": "eslint-config-voltrevo",

  "rules": {
    "vars-on-top": 0,
    "no-warning-comments": 0,
    "dot-notation": [2, {"allowKeywords": true}],
    "no-undef-init": 0,
    "no-nested-ternary": 0,
    "new-cap": 0,
    "no-constant-condition": 0
  }
}