Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Browserslist configuration not being followed #5556

Open
HandyHat opened this issue May 7, 2023 · 1 comment
Open

[Bug] Browserslist configuration not being followed #5556

HandyHat opened this issue May 7, 2023 · 1 comment
Labels

Comments

@HandyHat
Copy link

HandyHat commented May 7, 2023

馃悶 Bug report

Description

Despite setting a browserslist config in my package.json that does not include IE, the compat-api/css rule is complaining about css features that aren't supported on IE. e.g.
image

Details

Webhint CLI v7.0.1

Configuration in package.json:

  "browserslist": [
    "> 0.5% in GB",
    "last 2 versions",
    "not dead",
    "Firefox ESR",
    "not and_qq >=1",
    "not kaios >=1"
  ],
  "hintConfig": {
    "extends": [
      "development",
      "web-recommended"
    ],
    "hints": {
      "apple-touch-icons": "off",
      "content-type": "off",
      "compat-api/html": "off",
      "html-checker": [
        "error",
        {
          "details": true
        }
      ],
      "http-cache": "off",
      "http-compression": "off",
      "manifest-is-valid": "off",
      "no-disallowed-headers": "off",
      "no-html-only-headers": "off",
      "no-inline-styles": "off",
      "strict-transport-security": "off",
      "x-content-type-options": "off"
    }
@Dheeraj12121
Copy link

can you guide me through the steps to reproduce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants