Skip to content

Commit 3ba275e

Browse files
committed
Deprecate stylelint-config-wordpress with current package
1 parent 3578d61 commit 3ba275e

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.stylelintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "stylelint-config-wordpress",
2+
"extends": "@wordpress/stylelint-config",
33
}

packages/js/e2e-environment/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"devDependencies": {
3939
"@babel/cli": "7.12.8",
4040
"@babel/core": "7.12.9",
41-
"@babel/polyfill": "7.12.1",
4241
"@babel/preset-env": "7.12.7",
4342
"@wordpress/eslint-plugin": "7.3.0",
4443
"eslint": "^8.1.0",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "stylelint-config-wordpress",
2+
"extends": "@wordpress/stylelint-config",
33
}

plugins/woocommerce/legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"gruntify-eslint": "5.0.0",
2727
"sass": "^1.45.0",
2828
"stylelint": "13.8.0",
29-
"stylelint-config-wordpress": "17.0.0"
29+
"@wordpress/stylelint-config": "19.1.0"
3030
}
3131
}

plugins/woocommerce/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"@babel/cli": "7.12.8",
3535
"@babel/core": "7.12.9",
3636
"@babel/eslint-parser": "^7.16.5",
37-
"@babel/polyfill": "7.12.1",
3837
"@babel/preset-env": "7.12.7",
3938
"@babel/register": "7.12.1",
4039
"@typescript-eslint/eslint-plugin": "3.10.1",
@@ -66,7 +65,7 @@
6665
"mocha": "7.2.0",
6766
"prettier": "npm:[email protected]",
6867
"stylelint": "^13.8.0",
69-
"stylelint-config-wordpress": "17.0.0",
68+
"@wordpress/stylelint-config": "19.1.0",
7069
"typescript": "3.9.7",
7170
"webpack": "4.44.2",
7271
"webpack-cli": "3.3.12",

0 commit comments

Comments
 (0)