@html-validate/eslint-config-protractor 6.0.0 → 6.0.2

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 (2) hide show
  1. package/index.mjs +7 -0
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -52,5 +52,12 @@ export default defineConfig({
52
52
  "jasmine/no-disabled-tests": "warn",
53
53
  "jasmine/no-focused-tests": "warn",
54
54
  "jasmine/no-spec-dupes": ["error", "branch"],
55
+
56
+ /* rules broken with eslint 9, nothing related to protractor is under
57
+ * development so lets just disable these rules until protractor support is
58
+ * removed entirely */
59
+ "protractor/no-shadowing": "off",
60
+ "protractor/no-describe-selectors": "off",
61
+ "protractor/no-get-in-it": "off",
55
62
  },
56
63
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config-protractor",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "f54dcbae0ccae318895e34d32fbfa02b05cd38d1"
46
+ "gitHead": "70317452d188e8c73d4077ebfe3adc720d19d5e7"
47
47
  }