@html-validate/eslint-config 5.4.10 → 5.4.11

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.
package/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 David Sveningsson <ext@sidvind.com>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/dist/cli.js CHANGED
@@ -8905,7 +8905,7 @@ var require_package = __commonJS({
8905
8905
  "package.json"(exports, module2) {
8906
8906
  module2.exports = {
8907
8907
  name: "@html-validate/eslint-config",
8908
- version: "5.4.9",
8908
+ version: "5.4.10",
8909
8909
  description: "Eslint sharable config used by the various HTML-validate packages",
8910
8910
  keywords: [
8911
8911
  "eslint"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "5.4.10",
3
+ "version": "5.4.11",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "95bbbabb58269ba71d111816499a8ef88d4e7e03"
63
+ "gitHead": "7c9e7096f67e5fc8b1c2c446cb656875ffe16966"
64
64
  }
@@ -53,7 +53,7 @@ module.exports = {
53
53
  {% endif %}
54
54
  {% if cypress %}
55
55
  {
56
- files: "cypress/**/*.spec.[jt]s",
56
+ files: ["cypress/**/*.spec.[jt]s", "cypress/**/*.cy.[jt]s"],
57
57
  extends: ["@html-validate/cypress"],
58
58
  },
59
59
  {% endif %}