Modernization to the current CSS rgb/rgba color parser #40
Annotations
1 error and 10 warnings
Run npm run test-ci
Process completed with exit code 1.
|
Run npm run test-ci:
lib/parsers.js#L5
Replace `"use·strict"` with `'use·strict'`
|
Run npm run test-ci:
lib/parsers.js#L7
Replace `"./named_colors.json"` with `'./named_colors.json'`
|
Run npm run test-ci:
lib/parsers.js#L8
Replace `"./utils/colorSpace"` with `'./utils/colorSpace'`
|
Run npm run test-ci:
lib/parsers.js#L27
Delete `⏎·`
|
Run npm run test-ci:
lib/parsers.js#L43
Replace `""` with `''`
|
Run npm run test-ci:
lib/parsers.js#L46
Replace `"number"` with `'number'`
|
Run npm run test-ci:
lib/parsers.js#L50
Replace `"string"` with `'string'`
|
Run npm run test-ci:
lib/parsers.js#L98
Replace `"activeborder"` with `'activeborder'`
|
Run npm run test-ci:
lib/parsers.js#L99
Replace `"activecaption"` with `'activecaption'`
|
Run npm run test-ci:
lib/parsers.js#L100
Replace `"appworkspace"` with `'appworkspace'`
|
Loading