mirror of
https://github.com/gchq/CyberChef
synced 2026-01-05 10:03:48 +00:00
Linting changes
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
"block-spacing": "error",
|
||||
"array-bracket-spacing": "error",
|
||||
"comma-spacing": "error",
|
||||
"spaced-comment": ["error", "always", { "exceptions": ["/"] } ],
|
||||
"spaced-comment": ["error", "always", { "exceptions": ["/"] } ],
|
||||
"comma-style": "error",
|
||||
"computed-property-spacing": "error",
|
||||
"no-trailing-spaces": "warn",
|
||||
|
||||
@@ -446,7 +446,6 @@ class HighlighterWaiter {
|
||||
}
|
||||
|
||||
const cssClass = "hl1";
|
||||
// if (colour) cssClass += "-"+colour;
|
||||
|
||||
// Remove HTML tags
|
||||
text = text
|
||||
|
||||
Reference in New Issue
Block a user