Guest User

Untitled

a guest
Oct 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2. "rulesDirectory": [
  3. "node_modules/codelyzer"
  4. ],
  5. "rules": {
  6. ... // Additional rules
  7. "no-same-line-conditional": true,
  8. "angular-whitespace": [true, "check-semicolon"],
  9. "banana-in-box": true,
  10. "templates-no-negated-async": true,
  11. "max-inline-declarations": true,
  12. "no-life-cycle-call": true,
  13. "no-conflicting-life-cycle-hooks": true,
  14. "enforce-component-selector": true,
  15. "no-queries-parameter": true,
  16. "prefer-inline-decorator": true,
  17. "use-view-encapsulation": true,
  18. "no-attribute-parameter-decorator": true,
  19. "no-output-named-after-standard-event": true,
  20. "no-forward-ref": true,
  21. "contextual-life-cycle": true,
  22. "pipe-impure": true,
  23. "template-conditional-complexity": [true, 10]
  24. }
  25. }
Add Comment
Please, Sign In to add comment