@davidsneighbour/htmlvalidate-config 0.0.21 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +18 -34
  3. package/package.json +15 -16
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Patrick Kollitsch / David's Neighbour
3
+ Copyright (c) 2023 Patrick Kollitsch / David's Neighbour
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/README.md CHANGED
@@ -1,35 +1,19 @@
1
- # `@davidsneighbour/htmlvalidate-config`
2
1
 
3
- ## Rules
4
-
5
- This configuration extends the following setup on the [htmlvalidate-recommended](https://html-validate.org/rules/presets.html) configuration:
6
-
7
- ... to be written ...
8
-
9
- <!-- CONFIGURATIONS BEGIN -->
10
-
11
- ## davidsneighbour/configurations
12
-
13
- A collection of configurations for website development at DNB Org.
14
-
15
- <!-- prettier-ignore -->
16
- |Package | Description |
17
- | --- | --- |
18
- | [babel-config](https://github.com/davidsneighbour/configurations/tree/main/packages/babel-config) | [Babel](https://babeljs.io/) configuration |
19
- | [bootstrap-config](https://github.com/davidsneighbour/configurations/tree/main/packages/bootstrap-config) | [Bootstrap](https://getbootstrap.com/) configuration |
20
- | [browserslist-config](https://github.com/davidsneighbour/configurations/tree/main/packages/browserslist-config) | [Browserslist](https://github.com/browserslist/browserslist) configuration |
21
- | [commitlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/commitlint-config) | [Commitlint](https://github.com/conventional-changelog/commitlint) configuration |
22
- | [cssnano-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cssnano-config) | [CSSnano](https://cssnano.co/) configuration |
23
- | [cypress-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cypress-config) | [Cypress](https://www.cypress.io/) configuration |
24
- | [eslint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/eslint-config) | [ESLint](https://github.com/eslint/eslint) configuration |
25
- | [htmlvalidate-config](https://github.com/davidsneighbour/configurations/tree/main/packages/htmlvalidate-config) | [HTMLValidate](https://html-validate.org/) configuration |
26
- | [postcss-config](https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config) | [PostCSS](https://postcss.org/) configuration |
27
- | [prettier-config](https://github.com/davidsneighbour/configurations/tree/main/packages/prettier-config) | [Prettier](https://prettier.io/) configuration |
28
- | [remark-config](https://github.com/davidsneighbour/configurations/tree/main/packages/remark-config) | [ReMark](https://github.com/remarkjs/remark-lint) configuration |
29
- | [standard-version-config](https://github.com/davidsneighbour/configurations/tree/main/packages/standard-version-config) | [Standard Version](https://github.com/conventional-changelog/standard-version) configuration |
30
- | [stylelint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/stylelint-config) | [StyleLint](https://github.com/stylelint/stylelint) configuration |
31
- | [textlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/textlint-config) | [TextLint](https://github.com/textlint/textlint) configuration |
32
- | [webpack-config](https://github.com/davidsneighbour/configurations/tree/main/packages/webpack-config) | [Webpack](https://webpack.js.org/) configuration |
33
- | [tools](https://github.com/davidsneighbour/configurations/tree/main/packages/tools) | Tools |
34
-
35
- <!-- CONFIGURATIONS END -->
2
+ # All configurations
3
+
4
+ - [Babel](/packages/babel-config)
5
+ - [Bootstrap](/packages/bootstrap-config)
6
+ - [Browserslist](/packages/browserslist-config)
7
+ - [Commitlint](/packages/commitlint-config)
8
+ - [CssNano](/packages/cssnano-config)
9
+ - [Cypress](/packages/cypress-config)
10
+ - [ESLint](/packages/eslint-config)
11
+ - [Markdownlint](/packages/markdownlint-config)
12
+ - [PostCSS](/packages/postcss-config)
13
+ - [Prettier](/packages/prettier-config)
14
+ - [Remark Lint](/packages/remark-config)
15
+ - [Standard Version](/packages/standard-version-config)
16
+ - [Stylelint](/packages/stylelint-config)
17
+ - [Textlint](/packages/textlint-config)
18
+ - [Tools](/packages/tools)
19
+ - [Webpack](/packages/webpack-config)
package/package.json CHANGED
@@ -1,24 +1,23 @@
1
1
  {
2
2
  "name": "@davidsneighbour/htmlvalidate-config",
3
- "version": "0.0.21",
3
+ "description": "HTML Validate configuration for use in @davidsneighbour projects.",
4
+ "version": "5.0.3",
4
5
  "license": "MIT",
5
- "description": "HTMLvalidate configuration for use in davidsneighbour projects.",
6
- "author": "Patrick Kollitsch <patrick@davids-neighbour.com> (https://davids-neighbour.com)",
7
- "homepage": "https://github.com/davidsneighbour/eslint-config#readme",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/davidsneighbour/configurations.git"
11
- },
12
- "bugs": {
13
- "url": "https://github.com/davidsneighbour/configurations/issues"
6
+ "repository": "davidsneighbour/configurations",
7
+ "author": {
8
+ "name": "Patrick Kollitsch",
9
+ "email": "patrick@davids-neighbour.com",
10
+ "web": "https://davids-neighbour.com"
14
11
  },
12
+ "bugs": "https://github.com/davidsneighbour/configurations/issues",
13
+ "homepage": "https://github.com/davidsneighbour/configurations/blob/main/docs/htmlvalidate.md",
15
14
  "dependencies": {
16
- "@davidsneighbour/eslint-config": "file:../eslint-config",
17
- "cypress-html-validate": "^5.0.4",
18
- "html-validate": "^7.3.0"
15
+ "axe-core": "4.6.3",
16
+ "html-validate": "7.13.1"
19
17
  },
20
- "main": "index.js",
21
18
  "scripts": {
22
- "release": "../../release"
23
- }
19
+ "fixpack": "fixpack"
20
+ },
21
+ "main": "index.js",
22
+ "gitHead": "53349e248a8c0ba61b8337f1fc192c38f4f77d6e"
24
23
  }