Fix linting errors for SCSS and Js

Created on 9 July 2024, 2 months ago
Updated 19 July 2024, about 2 months ago

Problem/Motivation

This is basically a child issue of this issue: #3460216 Configure stylelint and eslint Active
While running the lint task against the stylelint and eslint config that was defined in its parent ticket, a lot of issues are getting reported.

Steps to reproduce

Run gulp from the theme's root directory to trigger the linting tasks.
It'll report this following errors:

sass/style.scss
    5:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
    5:5    ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:10   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:14   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:19   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:26   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:33   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:40   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:43   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:46   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:49   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:52   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:55   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:58   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:60   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:71   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:75   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:77   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:82   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:90   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:98   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:102  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:107  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:112  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:116  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    5:120  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:4    ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:8    ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:12   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:14   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:16   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:21   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:27   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:34   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:41   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:45   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:49   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:52   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:56   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:58   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:60   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:62   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:69   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:72   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:75   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:78   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:81   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:84   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:87   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:96   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:101  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:107  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    6:114  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:8    ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:14   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:20   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:26   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:29   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:32   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:35   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:43   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:49   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:56   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:64   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:70   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:77   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:88   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:95   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:102  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:109  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    7:114  ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    8:7    ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    8:12   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    8:20   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    8:28   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    8:33   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    8:38   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
    8:44   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   13:3    ✖  Unexpected shorthand "font" after "font-size"                    declaration-block-no-shorthand-property-overrides
   19:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
   19:8    ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   19:14   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   19:22   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   19:33   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   19:40   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   19:47   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   19:54   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   19:61   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   19:66   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   19:70   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
   25:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
   33:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
   37:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
   42:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
   47:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
   52:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
   57:19   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
   58:8    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
   63:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
   90:31   ✖  Expected a leading zero                                          number-leading-zero                              
   92:25   ✖  Expected a leading zero                                          number-leading-zero                              
  107:24   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  108:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  108:20   ✖  Expected single space before "!"                                 declaration-bang-space-before                    
  110:14   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  111:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  112:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  113:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  114:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  115:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  116:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  117:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  118:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  119:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  122:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  125:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  126:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  130:1    ✖  Unexpected empty line before at-rule                             at-rule-empty-line-before                        
  135:25   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  136:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  138:8    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  139:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  140:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  141:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  142:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  143:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  143:19   ✖  Expected "#00A0A0" to be "#00a0a0"                               color-hex-case                                   
  144:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  145:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  146:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  147:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  147:16   ✖  Expected a leading zero                                          number-leading-zero                              
  149:15   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  150:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  150:12   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  151:11   ✖  Expected indentation of 6 spaces                                 indentation                                      
  151:23   ✖  Expected "#00A0A0" to be "#00a0a0"                               color-hex-case                                   
  152:11   ✖  Expected indentation of 6 spaces                                 indentation                                      
  153:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  160:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  161:11   ✖  Expected indentation of 6 spaces                                 indentation                                      
  162:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  165:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  166:11   ✖  Expected indentation of 6 spaces                                 indentation                                      
  167:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  170:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  171:11   ✖  Expected indentation of 6 spaces                                 indentation                                      
  172:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  175:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  176:11   ✖  Expected indentation of 6 spaces                                 indentation                                      
  177:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  180:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  181:11   ✖  Expected indentation of 6 spaces                                 indentation                                      
  182:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  185:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  186:11   ✖  Expected indentation of 6 spaces                                 indentation                                      
  187:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  190:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  191:11   ✖  Expected indentation of 6 spaces                                 indentation                                      
  192:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  195:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  196:11   ✖  Expected indentation of 6 spaces                                 indentation                                      
  197:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  201:8    ✖  Unexpected whitespace at end of line                             no-eol-whitespace                                
  205:12   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  210:5    ✖  Expected indentation of 2 spaces                                 indentation                                      
  212:11   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  216:1    ✖  Expected no more than 1 empty line                               max-empty-lines                                  
  218:19   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  221:3    ✖  Expected newline after ","                                       selector-list-comma-newline-after                
  221:5    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  227:25   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  228:19   ✖  Expected a trailing semicolon                                    declaration-block-trailing-semicolon             
  231:2    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  237:25   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  238:19   ✖  Expected a trailing semicolon                                    declaration-block-trailing-semicolon             
  240:2    ✖  Expected indentation of 0 spaces                                 indentation                                      
  242:2    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
  242:2    ✖  Expected indentation of 0 spaces                                 indentation                                      
  242:3    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  249:2    ✖  Expected indentation of 0 spaces                                 indentation                                      
  250:2    ✖  Expected indentation of 0 spaces                                 indentation                                      
  250:3    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  254:2    ✖  Expected indentation of 0 spaces                                 indentation                                      
  256:2    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  256:2    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
  256:2    ✖  Expected indentation of 0 spaces                                 indentation                                      
  258:10   ✖  Expected "#221E20" to be "#221e20"                               color-hex-case                                   
  259:9    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  264:2    ✖  Expected indentation of 0 spaces                                 indentation                                      
  265:2    ✖  Expected indentation of 0 spaces                                 indentation                                      
  265:8    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  279:19   ✖  Expected a leading zero                                          number-leading-zero                              
  282:5    ✖  Expected indentation of 2 spaces                                 indentation                                      
  282:27   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  283:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  285:5    ✖  Unexpected empty line before closing brace                       block-closing-brace-empty-line-before            
  285:5    ✖  Expected indentation of 2 spaces                                 indentation                                      
  286:9    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  289:27   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  294:9    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  298:9    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  302:10   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  305:12   ✖  Expected "#2C2C2C" to be "#2c2c2c"                               color-hex-case                                   
  306:11   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  311:11   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  314:14   ✖  Expected "#2C2C2C" to be "#2c2c2c"                               color-hex-case                                   
  319:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
  319:17   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  325:1    ✖  Unexpected duplicate selector "table", first used at line 42     no-duplicate-selectors                           
  325:5    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  331:22   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  334:4    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  336:12   ✖  Expected "#221E20" to be "#221e20"                               color-hex-case                                   
  338:6    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  344:31   ✖  Expected "#EDEDED" to be "#ededed"                               color-hex-case                                   
  346:6    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  350:30   ✖  Expected "#E5E6F0" to be "#e5e6f0"                               color-hex-case                                   
  351:31   ✖  Expected "#E5E6F0" to be "#e5e6f0"                               color-hex-case                                   
  352:32   ✖  Expected "#E5E6F0" to be "#e5e6f0"                               color-hex-case                                   
  353:7    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  355:16   ✖  Expected "#221E20" to be "#221e20"                               color-hex-case                                   
  356:15   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  364:13   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  366:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  366:12   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  367:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  368:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  369:3    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  369:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  370:5    ✖  Expected indentation of 6 spaces                                 indentation                                      
  371:5    ✖  Expected indentation of 6 spaces                                 indentation                                      
  372:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  373:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  385:15   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  387:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  387:16   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  388:5    ✖  Expected indentation of 6 spaces                                 indentation                                      
  389:5    ✖  Expected indentation of 6 spaces                                 indentation                                      
  390:5    ✖  Expected indentation of 6 spaces                                 indentation                                      
  391:5    ✖  Expected indentation of 6 spaces                                 indentation                                      
  393:3    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
  393:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  393:12   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  394:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  394:7    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  395:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  396:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  397:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  398:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  399:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  399:12   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  400:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  401:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  402:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  403:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  404:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  405:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  406:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  407:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  408:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  408:27   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  409:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  410:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  411:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  412:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  413:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  414:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  414:18   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  415:8    ✖  Expected indentation of 12 spaces                                indentation                                      
  416:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  417:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  418:9    ✖  Expected indentation of 12 spaces                                indentation                                      
  419:9    ✖  Expected indentation of 12 spaces                                indentation                                      
  420:9    ✖  Expected indentation of 12 spaces                                indentation                                      
  421:9    ✖  Expected indentation of 12 spaces                                indentation                                      
  422:9    ✖  Expected indentation of 12 spaces                                indentation                                      
  423:11   ✖  Expected indentation of 14 spaces                                indentation                                      
  423:18   ✖  Expected "#D1E8E2" to be "#d1e8e2"                               color-hex-case                                   
  424:9    ✖  Expected indentation of 12 spaces                                indentation                                      
  425:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  426:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  427:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  428:2    ✖  Expected indentation of 4 spaces                                 indentation                                      
  429:2    ✖  Expected indentation of 4 spaces                                 indentation                                      
  430:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  431:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  432:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  433:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  434:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  435:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  436:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  437:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  438:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  439:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  440:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  441:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  442:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  443:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  443:31   ✖  Unexpected "  "                                                  selector-descendant-combinator-no-non-space      
  444:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  445:5    ✖  Unexpected shorthand "margin" after "margin-right"               declaration-block-no-shorthand-property-overrides
  445:5    ✖  Expected indentation of 8 spaces                                 indentation                                      
  446:3    ✖  Expected indentation of 6 spaces                                 indentation                                      
  447:1    ✖  Expected indentation of 4 spaces                                 indentation                                      
  448:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  459:19   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  461:25   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  464:4    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  467:12   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  470:28   ✖  Unexpected whitespace at end of line                             no-eol-whitespace                                
  471:14   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  472:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  473:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  473:31   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  474:11   ✖  Expected indentation of 8 spaces                                 indentation                                      
  475:11   ✖  Expected indentation of 8 spaces                                 indentation                                      
  476:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  477:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  477:11   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  478:13   ✖  Expected indentation of 8 spaces                                 indentation                                      
  479:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  481:15   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  482:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  483:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  484:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  484:16   ✖  Expected "#4D4D4F" to be "#4d4d4f"                               color-hex-case                                   
  485:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  485:31   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  486:13   ✖  Expected indentation of 8 spaces                                 indentation                                      
  487:13   ✖  Expected indentation of 8 spaces                                 indentation                                      
  488:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  490:2    ✖  Expected indentation of 2 spaces                                 indentation                                      
  497:25   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  509:7    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  512:7    ✖  Expected empty line before declaration                           declaration-empty-line-before                    
  514:19   ✖  Expected "#FFFFFF" to be "#ffffff"                               color-hex-case                                   
  514:19   ✖  Expected "#FFFFFF" to be "#FFF"                                  color-hex-length                                 
  515:20   ✖  Unexpected unit                                                  length-zero-no-unit                              
  515:24   ✖  Unexpected unit                                                  length-zero-no-unit                              
  517:23   ✖  Expected a leading zero                                          number-leading-zero                              
  522:29   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  526:29   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  536:15   ✖  Unexpected empty block                                           block-no-empty                                   
  548:20   ✖  Expected "#4D4D4F" to be "#4d4d4f"                               color-hex-case                                   
  558:15   ✖  Expected "#D1E8E2" to be "#d1e8e2"                               color-hex-case                                   
  564:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  565:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  566:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  567:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  568:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  569:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  570:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  571:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  572:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  573:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  574:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  575:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  576:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  577:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  578:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  580:6    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  581:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  582:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  583:13   ✖  Expected indentation of 8 spaces                                 indentation                                      
  584:13   ✖  Expected indentation of 8 spaces                                 indentation                                      
  585:13   ✖  Expected indentation of 8 spaces                                 indentation                                      
  586:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  589:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  590:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  591:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  592:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  593:13   ✖  Expected indentation of 8 spaces                                 indentation                                      
  594:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  597:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  600:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  603:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  605:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  605:2    ✖  Unexpected whitespace at end of line                             no-eol-whitespace                                
  606:1    ✖  Expected newline before "}" of a multi-line block                block-closing-brace-newline-before               
  607:1    ✖  Unexpected empty line before closing brace                       block-closing-brace-empty-line-before            
  609:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
  617:27   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  623:19   ✖  Expected "#FFFFFF" to be "#ffffff"                               color-hex-case                                   
  623:19   ✖  Expected "#FFFFFF" to be "#FFF"                                  color-hex-length                                 
  648:20   ✖  Expected "#4D4D4F" to be "#4d4d4f"                               color-hex-case                                   
  657:17   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  660:25   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  664:4    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  667:18   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  671:27   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  674:6    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  678:23   ✖  Expected a leading zero                                          number-leading-zero                              
  680:29   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  683:13   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  686:19   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  687:11   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  691:24   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  693:7    ✖  Expected indentation of 8 spaces                                 indentation                                      
  693:8    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  694:9    ✖  Expected indentation of 10 spaces                                indentation                                      
  695:9    ✖  Expected indentation of 10 spaces                                indentation                                      
  696:9    ✖  Expected indentation of 10 spaces                                indentation                                      
  697:8    ✖  Unexpected whitespace at end of line                             no-eol-whitespace                                
  698:7    ✖  Unexpected empty line before closing brace                       block-closing-brace-empty-line-before            
  698:7    ✖  Expected indentation of 8 spaces                                 indentation                                      
  699:7    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  699:7    ✖  Expected indentation of 8 spaces                                 indentation                                      
  700:9    ✖  Expected indentation of 10 spaces                                indentation                                      
  701:8    ✖  Expected indentation of 10 spaces                                indentation                                      
  702:8    ✖  Expected indentation of 10 spaces                                indentation                                      
  703:7    ✖  Expected indentation of 8 spaces                                 indentation                                      
  704:5    ✖  Expected indentation of 6 spaces                                 indentation                                      
  705:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  712:16   ✖  Unexpected unit                                                  length-zero-no-unit                              
  713:25   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  719:27   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  725:29   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  731:10   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  734:26   ✖  Unexpected extra semicolon                                       no-extra-semicolons                              
  740:24   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  748:31   ✖  Expected a leading zero                                          number-leading-zero                              
  760:5    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
  760:11   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  763:29   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  768:8    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  773:20   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  776:11   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  783:17   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  784:15   ✖  Expected indentation of 12 spaces                                indentation                                      
  787:14   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  794:11   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  795:15   ✖  Expected indentation of 12 spaces                                indentation                                      
  795:17   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  796:19   ✖  Expected indentation of 14 spaces                                indentation                                      
  797:19   ✖  Expected indentation of 14 spaces                                indentation                                      
  798:15   ✖  Expected indentation of 12 spaces                                indentation                                      
  799:14   ✖  Expected indentation of 10 spaces                                indentation                                      
  800:17   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  801:15   ✖  Expected indentation of 12 spaces                                indentation                                      
  802:1    ✖  Expected indentation of 10 spaces                                indentation                                      
  804:16   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  810:10   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  810:10   ✖  Expected indentation of 10 spaces                                indentation                                      
  811:11   ✖  Expected indentation of 12 spaces                                indentation                                      
  811:13   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  814:11   ✖  Expected indentation of 12 spaces                                indentation                                      
  815:10   ✖  Expected indentation of 10 spaces                                indentation                                      
  816:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  816:13   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  817:11   ✖  Expected indentation of 12 spaces                                indentation                                      
  817:28   ✖  Expected single space after ":" with a single-line declaration   declaration-colon-space-after                    
  818:7    ✖  Expected indentation of 10 spaces                                indentation                                      
  822:10   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  824:29   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  827:27   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  828:10   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  833:9    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  839:4    ✖  Unexpected whitespace at end of line                             no-eol-whitespace                                
  840:3    ✖  Unexpected empty line before closing brace                       block-closing-brace-empty-line-before            
  842:1    ✖  Unexpected empty line before closing brace                       block-closing-brace-empty-line-before            
  845:10   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  846:24   ✖  Expected newline after ";" in a multi-line declaration block     declaration-block-semicolon-newline-after        
  846:24   ✖  Unexpected whitespace at end of line                             no-eol-whitespace                                
  847:25   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  851:8    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  852:6    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  853:9    ✖  Expected indentation of 4 spaces                                 indentation                                      
  854:9    ✖  Expected indentation of 4 spaces                                 indentation                                      
  855:9    ✖  Expected indentation of 4 spaces                                 indentation                                      
  856:9    ✖  Expected indentation of 4 spaces                                 indentation                                      
  856:18   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  857:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  858:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  858:31   ✖  Expected "#D1E8E2" to be "#d1e8e2"                               color-hex-case                                   
  859:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  860:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  861:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  862:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  863:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  864:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  865:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  866:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  867:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  867:31   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  868:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  869:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  869:37   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  870:17   ✖  Expected indentation of 10 spaces                                indentation                                      
  871:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  872:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  873:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  873:19   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  874:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  874:33   ✖  Expected "#D1E8E2" to be "#d1e8e2"                               color-hex-case                                   
  875:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  876:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  877:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  877:14   ✖  Expected double colon pseudo-element notation                    selector-pseudo-element-colon-notation           
  877:20   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
  877:22   ✖  Expected double colon pseudo-element notation                    selector-pseudo-element-colon-notation           
  877:28   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  878:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  879:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  880:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  881:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  882:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  882:27   ✖  Expected "#2C2C2C" to be "#2c2c2c"                               color-hex-case                                   
  883:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  884:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  885:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  886:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  887:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  888:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  888:20   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  889:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  890:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  891:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  891:20   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  892:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  892:33   ✖  Expected "#D1E8E2" to be "#d1e8e2"                               color-hex-case                                   
  893:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  894:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  895:14   ✖  Unexpected whitespace at end of line                             no-eol-whitespace                                
  896:15   ✖  Unexpected empty line before rule                                rule-empty-line-before                           
  896:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  896:22   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  897:17   ✖  Expected indentation of 10 spaces                                indentation                                      
  898:15   ✖  Expected indentation of 8 spaces                                 indentation                                      
  899:13   ✖  Expected indentation of 6 spaces                                 indentation                                      
  900:9    ✖  Expected indentation of 4 spaces                                 indentation                                      
  901:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  901:18   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  902:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  902:27   ✖  Expected "#F8F8F8" to be "#f8f8f8"                               color-hex-case                                   
  903:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  904:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  905:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  906:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  908:9    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
  908:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  909:13   ✖  Expected indentation of 8 spaces                                 indentation                                      
  910:13   ✖  Expected indentation of 8 spaces                                 indentation                                      
  910:20   ✖  Expected "#4D4D4F" to be "#4d4d4f"                               color-hex-case                                   
  911:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  912:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  921:16   ✖  Unexpected unit                                                  length-zero-no-unit                              
  925:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  926:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  927:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  928:7    ✖  Expected indentation of 4 spaces                                 indentation                                      
  929:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  930:9    ✖  Expected indentation of 6 spaces                                 indentation                                      
  933:15   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  941:17   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  946:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  946:25   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
  946:58   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
  947:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  948:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  949:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  950:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  950:25   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  951:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  952:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  953:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  954:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  954:13   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  955:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  956:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  957:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  957:22   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  958:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  959:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  959:16   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  960:5    ✖  Expected indentation of 6 spaces                                 indentation                                      
  961:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  962:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
  964:1    ✖  Unexpected empty line before closing brace                       block-closing-brace-empty-line-before            
  967:14   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  970:25   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  974:2    ✖  Expected indentation of 2 spaces                                 indentation                                      
  974:3    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  975:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
  976:2    ✖  Expected indentation of 2 spaces                                 indentation                                      
  980:22   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  981:19   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  984:19   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  985:10   ✖  Expected newline after ","                                       selector-list-comma-newline-after                
  985:15   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  992:13   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
  993:16   ✖  Expected "#D1E8E2" to be "#d1e8e2"                               color-hex-case                                   
 1001:16   ✖  Expected single space before "!"                                 declaration-bang-space-before                    
 1003:12   ✖  Expected single space before "!"                                 declaration-bang-space-before                    
 1007:9    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1011:35   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1014:35   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1019:9    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1027:17   ✖  Unexpected whitespace at end of line                             no-eol-whitespace                                
 1028:9    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1031:14   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1034:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
 1034:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
 1034:30   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1035:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
 1036:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
 1038:1    ✖  Unexpected empty line before rule                                rule-empty-line-before                           
 1038:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
 1038:19   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1039:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
 1040:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
 1041:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
 1041:13   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1042:3    ✖  Expected indentation of 4 spaces                                 indentation                                      
 1043:1    ✖  Expected indentation of 2 spaces                                 indentation                                      
 1047:5    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1048:12   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1051:4    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1054:5    ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1056:13   ✖  Expected single space before "{"                                 block-opening-brace-space-before                 
 1073:1    ✖  Unexpected missing end-of-source newline                         no-missing-end-of-source-newline



[17:33:49] 'lintCssTask' errored after 405 ms

js/script.js
   1:1   error  Move the invocation into the parens that contain the function    wrap-iife
   1:41  error  Shadowing of global property 'undefined'                         no-shadow-restricted-names
   2:1   error  Expected indentation of 2 spaces but found 4                     indent
   3:1   error  Expected indentation of 4 spaces but found 6                     indent
   3:7   error  Expected method shorthand                                        object-shorthand
   3:44  error  Block must not be padded by blank lines                          padded-blocks
   4:1   error  Trailing spaces not allowed                                      no-trailing-spaces
   5:1   error  Expected indentation of 6 spaces but found 8                     indent
   5:9   error  Expected space(s) after "if"                                     keyword-spacing
   5:19  error  Strings must use singlequote                                     quotes
   6:1   error  Expected indentation of 8 spaces but found 12                    indent
   6:20  error  Strings must use singlequote                                     quotes
   7:1   error  Expected indentation of 10 spaces but found 14                   indent
   8:1   error  Expected indentation of 10 spaces but found 14                   indent
   9:1   error  Expected indentation of 10 spaces but found 14                   indent
  10:1   error  Expected indentation of 10 spaces but found 14                   indent
  11:1   error  Expected indentation of 10 spaces but found 14                   indent
  12:1   error  Expected indentation of 12 spaces but found 16                   indent
  13:1   error  Expected indentation of 14 spaces but found 18                   indent
  14:1   error  Expected indentation of 14 spaces but found 18                   indent
  15:1   error  Expected indentation of 16 spaces but found 20                   indent
  16:1   error  Expected indentation of 14 spaces but found 18                   indent
  17:1   error  Expected indentation of 12 spaces but found 16                   indent
  18:1   error  Expected indentation of 12 spaces but found 16                   indent
  19:1   error  Expected indentation of 14 spaces but found 18                   indent
  20:1   error  Expected indentation of 14 spaces but found 18                   indent
  21:1   error  Expected indentation of 16 spaces but found 20                   indent
  22:1   error  Expected indentation of 14 spaces but found 18                   indent
  23:1   error  Expected indentation of 12 spaces but found 16                   indent
  24:1   error  Expected indentation of 12 spaces but found 16                   indent
  25:1   error  Expected indentation of 14 spaces but found 18                   indent
  26:1   error  Expected indentation of 14 spaces but found 18                   indent
  26:29  error  Strings must use singlequote                                     quotes
  26:38  error  Missing trailing comma                                           comma-dangle
  27:1   error  Expected indentation of 12 spaces but found 16                   indent
  27:18  error  Missing trailing comma                                           comma-dangle
  28:1   error  Expected indentation of 10 spaces but found 14                   indent
  29:1   error  Expected indentation of 8 spaces but found 12                    indent
  30:1   error  Expected indentation of 6 spaces but found 10                    indent
  31:1   error  Trailing spaces not allowed                                      no-trailing-spaces
  32:1   error  More than 1 blank line not allowed                               no-multiple-empty-lines
  33:1   error  Expected indentation of 4 spaces but found 8                     indent
  33:9   error  Block must not be padded by blank lines                          padded-blocks
  33:10  error  Missing trailing comma                                           comma-dangle
  35:1   error  Expected indentation of 2 spaces but found 4                     indent
  35:6   error  Missing semicolon                                                semi
  37:3   error  Expected exception block, space or tab after '//' in comment     spaced-comment
  38:29  error  Unexpected function expression                                   prefer-arrow-callback
  39:5   error  Expected space(s) after "if"                                     keyword-spacing
  45:27  error  Missing trailing comma                                           comma-dangle
  50:3   error  Expected exception block, space or tab after '//' in comment     spaced-comment
  50:21  error  Trailing spaces not allowed                                      no-trailing-spaces
  52:39  error  Missing semicolon                                                semi
  53:49  error  Expected line break before `.removeClass`                        newline-per-chained-call
  53:70  error  Missing semicolon                                                semi
  54:38  error  Missing semicolon                                                semi
  55:49  error  Expected line break before `.next`                               newline-per-chained-call
  55:56  error  Expected line break before `.slideUp`                            newline-per-chained-call
  58:3   error  Expected exception block, space or tab after '//' in comment     spaced-comment
  60:3   error  Expected exception block, space or tab after '//' in comment     spaced-comment
  61:3   error  Expected space(s) after "if"                                     keyword-spacing
  62:5   error  All 'var' declarations must be at the top of the function scope  vars-on-top
  62:5   error  Unexpected var, use let or const instead                         no-var
  62:9   error  Identifier 'hash_id' is not in camel case                        camelcase
  62:50  error  There should be no space after '['                               computed-property-spacing
  62:54  error  There should be no space before ']'                              computed-property-spacing
  63:12  error  Unexpected string concatenation                                  prefer-template
  63:18  error  Identifier 'hash_id' is not in camel case                        camelcase
  65:3   error  Expected exception block, space or tab after '//' in comment     spaced-comment
  66:1   error  Trailing spaces not allowed                                      no-trailing-spaces
  67:1   error  Block must not be padded by blank lines                          padded-blocks
  69:24  error  Unexpected function expression                                   prefer-arrow-callback
  69:32  error  Missing space before function parentheses                        space-before-function-paren
  69:34  error  Block must not be padded by blank lines                          padded-blocks
  69:34  error  Missing space before opening brace                               space-before-blocks
  70:1   error  Trailing spaces not allowed                                      no-trailing-spaces
  72:16  error  Strings must use singlequote                                     quotes
  72:24  error  Missing trailing comma                                           comma-dangle
  73:1   error  Trailing spaces not allowed                                      no-trailing-spaces
  74:6   error  Trailing spaces not allowed                                      no-trailing-spaces
  76:1   error  Expected indentation of 0 spaces but found 2                     indent
  76:3   error  Block must not be padded by blank lines                          padded-blocks
  76:5   error  Newline required at end of file but not found                    eol-last
  76:5   error  Missing semicolon                                                semi

✖ 84 problems (84 errors, 0 warnings)
  80 errors and 0 warnings potentially fixable with the `--fix` option.

[17:34:24] 'lintJsTask' errored after 619 ms
📌 Task
Status

Needs review

Version

3.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
  • Needs subsystem maintainer review

    It is used to alert the maintainer(s) of a particular core subsystem that an issue significantly impacts their subsystem, and their signoff is needed (see the governance policy draft for more information). Also, if you use this tag, make sure the issue component is set to the correct subsystem. If an issue significantly impacts more than one subsystem, use needs framework manager review instead.

Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024