pl-fe: ignore unused for caught errors
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
e78638f6c0
commit
8a5017aa88
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@
|
|||
{
|
||||
"vars": "all",
|
||||
"args": "none",
|
||||
"ignoreRestSiblings": true
|
||||
"ignoreRestSiblings": true,
|
||||
"caughtErrors": "none"
|
||||
}
|
||||
],
|
||||
"no-useless-escape": "warn",
|
||||
|
|
Loading…
Reference in a new issue