fixed linting errors #3864
Annotations
10 errors and 1 warning
content/practices/high-contrast/high-contrast-practice.js#L3
Use the global form of 'use strict'
|
content/practices/high-contrast/high-contrast-practice.js#L591
Replace `Math.pow((rgb1.r·-·rgb2.r)` with `(⏎····Math.pow(rgb1.r·-·rgb2.r`
|
content/practices/high-contrast/high-contrast-practice.js#L592
Replace `((rgb1.g·-·rgb2.g)` with `(rgb1.g·-·rgb2.g`
|
content/practices/high-contrast/high-contrast-practice.js#L593
Replace `((rgb1.b·-·rgb2.b),·2` with `(rgb1.b·-·rgb2.b,·2)⏎··`
|
content/practices/high-contrast/high-contrast-practice.js#L607
Replace `·(systemColorName,·colorHex)·{⏎` with `(systemColorName,·colorHex)·{`
|
|
|
content/practices/high-contrast/high-contrast-practice.js#L624
Replace `(colorHex.substring(1,2)·===·colorHex.substring(3,4)` with `⏎····colorHex.substring(1,·2)·===·colorHex.substring(3,·4`
|
content/practices/high-contrast/high-contrast-practice.js#L625
Replace `······(colorHex.substring(1,2)·===·colorHex.substring(5,6)))·{⏎` with `····colorHex.substring(1,·2)·===·colorHex.substring(5,·6)⏎··)·{`
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading