Skip to content
Snippets Groups Projects
Commit ab283940 authored by Martin Schoeler's avatar Martin Schoeler
Browse files

Ignore Match.Optional lint exceptions

parent fb46a5bf
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,9 @@
"block-scoped-var": 2,
"curly": [2, "all"],
"eqeqeq": [2, "allow-null"],
"new-cap": 2,
"new-cap": [2, {
"capIsNewExceptions": ["Match.Optional"]
}],
"use-isnan": 2,
"valid-typeof": 2,
"linebreak-style": [2, "unix"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment