From 80af99583833fcddae361ccc2441cd33eefc387e Mon Sep 17 00:00:00 2001 From: Mathew Winstone Date: Tue, 14 Dec 2021 21:30:16 -0500 Subject: [PATCH] fix(eslint): add yaml dependency Drupal core 9.3 might require this now. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fe32042..29c14ff 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,8 @@ "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.26.0", - "eslint-plugin-react-hooks": "^4.2.0" + "eslint-plugin-react-hooks": "^4.2.0", + "eslint-plugin-yml": "^0.12.0", }, "peerDependencies": { "eslint": "^7.8.1",