mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Updated eslint
This commit is contained in:
parent
b09f98fbb4
commit
cf9e670309
4 changed files with 349 additions and 637 deletions
|
@ -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/**/*"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue