mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-13 01:26:54 -04:00
autofix no-var
This commit is contained in:
parent
31e5d785fe
commit
b33f73ac9a
61 changed files with 699 additions and 698 deletions
|
@ -84,7 +84,8 @@
|
|||
}],
|
||||
"no-whitespace-before-property": "error",
|
||||
"operator-linebreak": ["error", "after"],
|
||||
"space-in-parens": "error"
|
||||
"space-in-parens": "error",
|
||||
"no-var": "error"
|
||||
},
|
||||
"globals": {
|
||||
"$": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue