@html-validate/eslint-config 5.4.2 → 5.4.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.
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.0",
8908
+ version: "5.4.2",
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.2",
3
+ "version": "5.4.3",
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": "fc0b9102341294c02f84d19ce56c9c39254cdae5"
63
+ "gitHead": "96983c810c41974e505465d8c642e2d694bfaeef"
64
64
  }
@@ -18,7 +18,8 @@ module.exports = {
18
18
  {% endif %}
19
19
  {% if typeinfo %}
20
20
  {
21
- files: "src/**/*.ts",
21
+ files: ["src/**/*.ts"],
22
+ excludedFiles: ["src/**/*.spec.ts"],
22
23
  parserOptions: {
23
24
  tsconfigRootDir: {% if typeinfo.rootDir == "." %}__dirname{% else %}path.join(__dirname, "{{ typeinfo.rootDir }}"){% endif %},
24
25
  project: ["{{ typeinfo.tsconfig }}"],