Passed
Pull Request — main (#46)
by
unknown
06:07 queued 03:42
created

block-css-value.js (1 issue)

Severity
1
// Ensure 'BLOCK_CSS_VALUE' is declared only once
2
const BLOCK_CSS_VALUE = {
0 ignored issues
show
The constant BLOCK_CSS_VALUE seems to be never used. Consider removing it.
Loading history...
3
  // ...existing code...
4
};
5
// ...existing code...
6