mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
enable and auto-fix prefer-template rule
This commit is contained in:
parent
c43b67ea90
commit
0dafc6553c
42 changed files with 496 additions and 493 deletions
|
@ -85,7 +85,9 @@
|
|||
"no-whitespace-before-property": "error",
|
||||
"operator-linebreak": ["error", "after"],
|
||||
"space-in-parens": "error",
|
||||
"no-var": "error"
|
||||
"no-var": "error",
|
||||
"prefer-template": "error",
|
||||
"template-curly-spacing": ["error", "never"]
|
||||
},
|
||||
"globals": {
|
||||
"$": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue