Update checked-in dependencies
This commit is contained in:
parent
1c369971ff
commit
9b3d4fd580
9 changed files with 58 additions and 18 deletions
6
node_modules/eslint/lib/options.js
generated
vendored
6
node_modules/eslint/lib/options.js
generated
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue