File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ module.exports = {
24
24
// see: https://stylelint.io/user-guide/rules/list/declaration-empty-line-before/
25
25
'declaration-empty-line-before' : null ,
26
26
27
- // we've agreed to not enforce a limit on the lines lenght (we embed SVGs so very long strings + plus modern browsers can esily soft-wrap code)
28
- // see: https://stylelint.io/user-guide/rules/list/max-line-length/
29
- 'max-line-length' : null ,
30
-
31
27
// we've decided to disable this rule because we want to be able to order our declarations based on different criteria, if/when needed
32
28
// see: https://stylelint.io/user-guide/rules/list/no-descending-specificity/
33
29
'no-descending-specificity' : null ,
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ module.exports = {
24
24
// see: https://stylelint.io/user-guide/rules/list/declaration-empty-line-before/
25
25
'declaration-empty-line-before' : null ,
26
26
27
- // we've agreed to not enforce a limit on the lines lenght (we embed SVGs so very long strings + plus modern browsers can esily soft-wrap code)
28
- // see: https://stylelint.io/user-guide/rules/list/max-line-length/
29
- 'max-line-length' : null ,
30
-
31
27
// we've decided to disable this rule because we want to be able to order our declarations based on different criteria, if/when needed
32
28
// see: https://stylelint.io/user-guide/rules/list/no-descending-specificity/
33
29
'no-descending-specificity' : null ,
You can’t perform that action at this time.
0 commit comments