@odg/eslint-config 3.2.6 → 3.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odg/eslint-config",
3
- "version": "3.2.6",
3
+ "version": "3.2.7",
4
4
  "description": "Linter for JavaScript And Typescript project",
5
5
  "type": "module",
6
6
  "main": "index.mjs",
@@ -141,11 +141,6 @@ export default {
141
141
  "message": "Do not use 'sleep()' with timestamps. Use async/await patterns, Promise.race"
142
142
  + ", timeout function or other async timing mechanisms instead.",
143
143
  },
144
- {
145
- "selector": "CallExpression[callee.property.name='waitFor']",
146
- "message": "Do not use 'page.waitFor()' with timestamps. Use 'waitForSelector', 'waitForResponse',"
147
- + " or 'waitForFunction' instead.",
148
- },
149
144
  ],
150
145
  "no-magic-numbers": [
151
146
  "warn",