From 8775ea47c00f727635c7da46352619d661630dad Mon Sep 17 00:00:00 2001 From: Pierre Gordon Date: Thu, 28 Jan 2021 12:39:57 -0500 Subject: [PATCH] Extend @wordpress/stylelint-config stylelint config --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 83a06158c39..51d4dd124cb 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,5 +1,5 @@ { - "extends": "stylelint-config-wordpress", + "extends": "@wordpress/stylelint-config", "rules": { "font-weight-notation": null, "function-url-quotes": null,