eslint-plugin-wdio 8.0.7 → 8.8.7

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.
@@ -1,4 +1,4 @@
1
- import { Rule } from 'eslint';
1
+ import type { Rule } from 'eslint';
2
2
  declare const rule: Rule.RuleModule;
3
3
  export default rule;
4
4
  //# sourceMappingURL=no-debug.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"no-debug.d.ts","sourceRoot":"","sources":["../../src/rules/no-debug.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAG7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,UAyBhB,CAAA;AAED,eAAe,IAAI,CAAA"}
1
+ {"version":3,"file":"no-debug.d.ts","sourceRoot":"","sources":["../../src/rules/no-debug.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAGlC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,UAyBhB,CAAA;AAED,eAAe,IAAI,CAAA"}
@@ -1,4 +1,4 @@
1
- import { Rule } from 'eslint';
1
+ import type { Rule } from 'eslint';
2
2
  declare const rule: Rule.RuleModule;
3
3
  export default rule;
4
4
  //# sourceMappingURL=no-pause.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"no-pause.d.ts","sourceRoot":"","sources":["../../src/rules/no-pause.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAG7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,UAyBhB,CAAA;AAED,eAAe,IAAI,CAAA"}
1
+ {"version":3,"file":"no-pause.d.ts","sourceRoot":"","sources":["../../src/rules/no-pause.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAGlC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,UAyBhB,CAAA;AAED,eAAe,IAAI,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-wdio",
3
- "version": "8.0.7",
3
+ "version": "8.8.7",
4
4
  "description": "Eslint rules for WebdriverIO",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
@@ -39,8 +39,8 @@
39
39
  "url": "https://github.com/webdriverio/webdriverio/issues"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/estree": "^0.0.52",
42
+ "@types/estree": "^1.0.1",
43
43
  "eslint": "^8.10.0"
44
44
  },
45
- "gitHead": "a874a82a727634d1323fff05c17455ba0907a020"
45
+ "gitHead": "c8f7c7298308b5d313d88a16fdd58f241fdeec52"
46
46
  }
@@ -1,4 +1,4 @@
1
- import { Rule } from 'eslint'
1
+ import type { Rule } from 'eslint'
2
2
  import { isCommand } from '../utils/helpers.js'
3
3
 
4
4
  const rule: Rule.RuleModule = {
@@ -1,4 +1,4 @@
1
- import { Rule } from 'eslint'
1
+ import type { Rule } from 'eslint'
2
2
  import { isCommand } from '../utils/helpers.js'
3
3
 
4
4
  const rule: Rule.RuleModule = {