.hintrc 221 B

12345678910111213141516
  1. {
  2. "extends": [
  3. "development"
  4. ],
  5. "hints": {
  6. "compat-api/css": [
  7. "default",
  8. {
  9. "ignore": [
  10. "-webkit-tap-highlight-color",
  11. "text-size-adjust"
  12. ]
  13. }
  14. ]
  15. }
  16. }