From 221fb4d6bf38b0b017695efd6abb1bcaecf7bdfb Mon Sep 17 00:00:00 2001 From: John Hill Date: Fri, 6 May 2022 08:42:49 -0700 Subject: [PATCH] [e2e] Update playwright eslint rules (#5141) Co-authored-by: Andrew Henry --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d779fb422..d4b876f0fc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "d3-selection": "1.3.x", "eslint": "8.13.0", "eslint-plugin-compat": "4.0.2", - "eslint-plugin-playwright": "0.8.0", + "eslint-plugin-playwright": "0.9.0", "eslint-plugin-vue": "8.5.0", "eslint-plugin-you-dont-need-lodash-underscore": "6.12.0", "eventemitter3": "1.2.0",