Merge branch 'main' into lint-css-test #122
Annotations
10 errors and 1 notice
Stylelint problem:
new-log-viewer/src/index.css#L1
Replace "·body,·" with "⏎body,⏎" (prettier/prettier)
|
Stylelint problem:
new-log-viewer/src/index.css#L3
Expected "height" to come before "margin" (order/properties-order)
|
Stylelint problem:
new-log-viewer/src/index.css#L4
Expected "width" to come before "height" (order/properties-order)
|
Stylelint problem:
new-log-viewer/src/index.css#L13
Expected "Ubuntu" to be "ubuntu" (value-keyword-case) [maybe fixable] - https://stylelint.io/user-guide/rules/value-keyword-case
|
Stylelint problem:
new-log-viewer/src/index.css#L14
Insert "····" (prettier/prettier)
|
Stylelint problem:
new-log-viewer/src/index.css#L14
Expected "Roboto" to be "roboto" (value-keyword-case) [maybe fixable] - https://stylelint.io/user-guide/rules/value-keyword-case
|
Stylelint problem:
new-log-viewer/src/components/DropFileContainer/index.css#L4
Expected "position" to come before "height" (order/properties-order)
|
Stylelint problem:
new-log-viewer/src/components/DropFileContainer/index.css#L15
Expected an empty line before property "width" (order/properties-order)
|
Stylelint problem:
new-log-viewer/src/components/DropFileContainer/index.css#L17
Expected an empty line before property "background-color" (order/properties-order)
|
Stylelint problem:
new-log-viewer/src/components/DropFileContainer/index.css#L17
Expected modern color-function notation (color-function-notation) [maybe fixable] - https://stylelint.io/user-guide/rules/color-function-notation
|
Stylelint deprecation
The github formatter is deprecated
|