Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-08-02 08:58:52 +00:00
parent 1c369971ff
commit 9b3d4fd580
9 changed files with 58 additions and 18 deletions

6
node_modules/eslint/lib/options.js generated vendored
View file

@ -290,6 +290,12 @@ module.exports = optionator({
default: "true",
description: "Prevent errors when pattern is unmatched"
},
{
option: "exit-on-fatal-error",
type: "Boolean",
default: "false",
description: "Exit with exit code 2 in case of fatal error"
},
{
option: "debug",
type: "Boolean",