Updated eslint

This commit is contained in:
n1474335 2022-03-25 15:17:00 +00:00
parent b09f98fbb4
commit cf9e670309
4 changed files with 349 additions and 637 deletions

View file

@ -189,9 +189,6 @@ module.exports = function (grunt) {
standalone: ["build/prod/CyberChef*.html"]
},
eslint: {
options: {
configFile: "./.eslintrc.json"
},
configs: ["*.{js,mjs}"],
core: ["src/core/**/*.{js,mjs}", "!src/core/vendor/**/*", "!src/core/operations/legacy/**/*"],
web: ["src/web/**/*.{js,mjs}", "!src/web/static/**/*"],