.hintrc 142 B

12345678910111213
  1. {
  2. "extends": [
  3. "development"
  4. ],
  5. "hints": {
  6. "axe/structure": [
  7. "default",
  8. {
  9. "list": "off"
  10. }
  11. ]
  12. }
  13. }