Skip to content

Commit 4c31400

Browse files
crisbetojosephperrott
authored andcommitted
build: stylelint not working correctly (#20737)
* build: styleling not working correctly Recently we changed the names of some Stylelint rules, but the linter wasn't updated which leads to several warnings for each file that goes through it. * fixup! build: styleling not working correctly Co-authored-by: Joey Perrott <[email protected]> (cherry picked from commit 6dfa28c)
1 parent 9b1eef6 commit 4c31400

File tree

3 files changed

+194
-204
lines changed

3 files changed

+194
-204
lines changed

.stylelintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"defaultSeverity": "error",
23
"plugins": [
34
"./tools/stylelint/loader-rule.js",
45
"./tools/stylelint/no-prefixes/index.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"semver": "^6.3.0",
163163
"send": "^0.17.1",
164164
"shelljs": "^0.8.3",
165-
"stylelint": "^13.3.1",
165+
"stylelint": "^13.7.2",
166166
"terser": "^4.8.0",
167167
"ts-api-guardian": "^0.5.0",
168168
"ts-node": "^8.10.1",

0 commit comments

Comments
 (0)