Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-70779

Address stylelint 15.x deprecations

XMLWordPrintable

    • 2.397

      Stylelint 15.x deprecated various rules: https://stylelint.io/migration-guide/to-15/

      If you run yarn run lint in the war/ directory, stylelint highlights all deprecated rules used:

      Deprecation warnings:
       - The "declaration-colon-newline-after" rule is deprecated.
       - The "linebreaks" rule is deprecated.
       - The "max-line-length" rule is deprecated.
       - The "selector-list-comma-newline-after" rule is deprecated.
       - The "selector-list-comma-space-after" rule is deprecated.
       - The "string-quotes" rule is deprecated.
       - The "value-list-comma-newline-after" rule is deprecated.
       - The "indentation" rule is deprecated.
      

      The deprecations should be addressed, to ensure updating to stylelint 16.x runs smoothly.

            Unassigned Unassigned
            notmyfault Alexander Brandes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: