Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. "rules": {
  2. "jsx-a11y/anchor-is-valid": [
  3. "error",
  4. {
  5. "components": [
  6. "a"
  7. ],
  8. "specialLink": [
  9. "hrefLeft",
  10. "hrefRight"
  11. ],
  12. "aspects": [
  13. "noHref",
  14. "invalidHref",
  15. "preferButton"
  16. ]
  17. }
  18. ],
  19. "class-methods-use-this": "off",
  20. "import/no-named-as-default": 0,
  21. "import/no-named-as-default-member": 0,
  22. "arrow-body-style": 0,
  23. "react/prefer-stateless-function": 0
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement