8.2.23 • Published 10 months ago

@hint/configuration-web-recommended v8.2.23

Weekly downloads
5,636
License
Apache-2.0
Repository
github
Last release
10 months ago

webhint recommended web configuration

To examine development or in-production websites, use @hint/configuration-web-recommended.

NOTE: This package is for use against any content served from a web server.

This webhint configuration package is installed automatically by webhint.

To install webhint, run the command in the following code snippet.

npm install hint --save-dev

NOTE: The recommended way of running webhint is as a devDependency of your project.

Copy the following code snippet and add it to your .hintrc file.

{
    "extends": ["web-recommended"]
}

The following code snippet is an expanded version of the previous code snippet.

{
    "connector": {
        "name": "puppeteer"
    },
    "extends": [
        "accessibility"
    ],
    "formatters": [
        "html",
        "summary"
    ],
    "hints": {
        "axe": "error",
        "content-type": "error",
        "disown-opener": "error",
        "highest-available-document-mode": "error",
        "html-checker": "error",
        "http-cache": "error",
        "http-compression": "error",
        ...
    },
    "hintsTimeout": 120000
}

The following code snippet includes another formatter (or any other hint or connector, and so on).

{
    "extends": ["web-recommended"],
    "formatters": ["codeframe"]
}
8.2.23

10 months ago

8.2.22

11 months ago

8.2.19

1 year ago

8.2.20

1 year ago

8.2.21

1 year ago

8.2.17

1 year ago

8.2.18

1 year ago

8.2.16

2 years ago

8.2.15

2 years ago

8.2.12

2 years ago

8.2.13

2 years ago

8.2.14

2 years ago

8.2.10

2 years ago

8.2.11

2 years ago

8.2.9

2 years ago

8.2.8

2 years ago

8.2.7

2 years ago

8.2.6

2 years ago

8.2.5

2 years ago

8.2.4

2 years ago

8.2.3

3 years ago

8.2.2

3 years ago

8.2.1

3 years ago

8.2.0

3 years ago

8.1.0

3 years ago

8.0.7

4 years ago

8.0.6

4 years ago

8.0.5

4 years ago

8.0.4

4 years ago

8.0.3

4 years ago

8.0.2

4 years ago

8.0.1

4 years ago

8.0.0

4 years ago

7.2.7

5 years ago

7.2.6

5 years ago

7.2.5

5 years ago

7.2.4

5 years ago

7.2.3

5 years ago

7.2.2

5 years ago

7.2.1

5 years ago

7.2.0

5 years ago

7.1.0

5 years ago

7.0.4

5 years ago

7.0.3

5 years ago

7.0.2

5 years ago

7.0.1

5 years ago

7.0.0

5 years ago

6.2.2

5 years ago

6.2.1

5 years ago

6.2.0

5 years ago

6.1.0

5 years ago

6.0.0

5 years ago

5.0.0

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-beta.1

6 years ago

1.0.0-beta.0

6 years ago