Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 38b0c26

Browse files
committed
suppress lint error for strict mode in example CLI
1 parent a7e094f commit 38b0c26

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

hhast-lint.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
{
99
"patterns": [ "tests/examples/codegen/*" ],
1010
"disableAllAutoFixes": true
11+
},
12+
{
13+
"patterns": [ "tests/examples/codegen/lookup-path.php" ],
14+
"disabledLinters": [
15+
"Facebook\\HHAST\\Linters\\StrictModeOnlyLinter"
16+
]
1117
}
1218
]
1319
}

0 commit comments

Comments
 (0)