@html-validate/eslint-config-protractor 6.9.0 → 6.10.0

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 +1 -1
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- import globals from "globals";
2
1
  import eslintPluginJasmine from "eslint-plugin-jasmine";
3
2
  import eslintPluginProtractor from "eslint-plugin-protractor";
3
+ import globals from "globals";
4
4
 
5
5
  /**
6
6
  * @typedef {import("eslint").Linter.Config} Config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config-protractor",
3
- "version": "6.9.0",
3
+ "version": "6.10.0",
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": "4fc881316fa62d28f2943ec4750a23564a8e1adb"
46
+ "gitHead": "3387d5569fb64ddcf5ca5e8c8dd20645bba42381"
47
47
  }