.hintrc 191 B

123456789101112131415
  1. {
  2. "extends": [
  3. "development"
  4. ],
  5. "hints": {
  6. "compat-api/css": [
  7. "default",
  8. {
  9. "ignore": [
  10. "background-position: center"
  11. ]
  12. }
  13. ]
  14. }
  15. }