Skip to content

Commit 6994a3d

Browse files
committed
Remove obsolete and disabled rule
1 parent d1d21ab commit 6994a3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.stylelintrc.js

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ module.exports = {
77
"css/lib/**/*",
88
],
99
"rules": {
10-
"max-line-length": null,
11-
1210
// DISABLED pure naming rules, no functional impact
1311
"scss/at-function-pattern": null, // DISABLE Expected function name to be kebab-case
1412
"scss/dollar-variable-pattern": null, // DISABLE: Expected variable to be kebab-case

0 commit comments

Comments
 (0)