@primer/stylelint-config 13.1.0 → 13.1.1-rc.f5f9cb2
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/dist/index.cjs +8 -5
- package/dist/index.mjs +8 -5
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1111,7 +1111,7 @@ var index = {
|
|
|
1111
1111
|
reportNeedlessDisables: true,
|
|
1112
1112
|
plugins: [
|
|
1113
1113
|
'stylelint-value-no-unknown-custom-properties',
|
|
1114
|
-
'stylelint-
|
|
1114
|
+
'stylelint-browser-compat',
|
|
1115
1115
|
'stylelint-order',
|
|
1116
1116
|
borders,
|
|
1117
1117
|
boxShadow,
|
|
@@ -1170,13 +1170,16 @@ var index = {
|
|
|
1170
1170
|
'no-invalid-position-at-import-rule': [true, {ignoreAtRules: ['use']}],
|
|
1171
1171
|
'number-max-precision': null,
|
|
1172
1172
|
'order/properties-order': propertyOrder,
|
|
1173
|
-
'plugin/
|
|
1173
|
+
'plugin/browser-compat': [
|
|
1174
1174
|
true,
|
|
1175
1175
|
{
|
|
1176
1176
|
severity: 'warning',
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1177
|
+
allow: {
|
|
1178
|
+
flagged: false,
|
|
1179
|
+
partialImplementation: true,
|
|
1180
|
+
prefix: true,
|
|
1181
|
+
},
|
|
1182
|
+
browserslist: browsers,
|
|
1180
1183
|
},
|
|
1181
1184
|
],
|
|
1182
1185
|
'primer/borders': true,
|
package/dist/index.mjs
CHANGED
|
@@ -1108,7 +1108,7 @@ var index = {
|
|
|
1108
1108
|
reportNeedlessDisables: true,
|
|
1109
1109
|
plugins: [
|
|
1110
1110
|
'stylelint-value-no-unknown-custom-properties',
|
|
1111
|
-
'stylelint-
|
|
1111
|
+
'stylelint-browser-compat',
|
|
1112
1112
|
'stylelint-order',
|
|
1113
1113
|
borders,
|
|
1114
1114
|
boxShadow,
|
|
@@ -1167,13 +1167,16 @@ var index = {
|
|
|
1167
1167
|
'no-invalid-position-at-import-rule': [true, {ignoreAtRules: ['use']}],
|
|
1168
1168
|
'number-max-precision': null,
|
|
1169
1169
|
'order/properties-order': propertyOrder,
|
|
1170
|
-
'plugin/
|
|
1170
|
+
'plugin/browser-compat': [
|
|
1171
1171
|
true,
|
|
1172
1172
|
{
|
|
1173
1173
|
severity: 'warning',
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1174
|
+
allow: {
|
|
1175
|
+
flagged: false,
|
|
1176
|
+
partialImplementation: true,
|
|
1177
|
+
prefix: true,
|
|
1178
|
+
},
|
|
1179
|
+
browserslist: browsers,
|
|
1177
1180
|
},
|
|
1178
1181
|
],
|
|
1179
1182
|
'primer/borders': true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/stylelint-config",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.1-rc.f5f9cb2",
|
|
4
4
|
"description": "Sharable stylelint config used by GitHub's CSS",
|
|
5
5
|
"author": "GitHub, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"postcss-value-parser": "^4.0.2",
|
|
51
51
|
"string.prototype.matchall": "^4.0.2",
|
|
52
52
|
"stylelint": "^16.3.1",
|
|
53
|
+
"stylelint-browser-compat": "^1.0.0-beta.136",
|
|
53
54
|
"stylelint-config-standard": "^36.0.0",
|
|
54
|
-
"stylelint-no-unsupported-browser-features": "^8.0.0",
|
|
55
55
|
"stylelint-order": "^6.0.4",
|
|
56
56
|
"stylelint-scss": "^6.2.0",
|
|
57
57
|
"stylelint-value-no-unknown-custom-properties": "^6.0.1"
|