.hintrc 192 B

12345678910111213
  1. {
  2. "extends": [
  3. "web-recommended"
  4. ],
  5. "browserslist": [
  6. "last 1 versions",
  7. "not ie < 20"
  8. ],
  9. "hints": {
  10. "no-inline-styles": "off",
  11. "meta-charset-utf-8": "off"
  12. }
  13. }