mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 18:23:47 +00:00
Replaced jsHint with eslint. Fixes #4.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* @constant
|
||||
* @type {CatConf[]}
|
||||
*/
|
||||
var Categories = [
|
||||
const Categories = [
|
||||
{
|
||||
name: "Favourites",
|
||||
ops: []
|
||||
|
||||
Reference in New Issue
Block a user