We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignorePatterns
.eslintignore
1 parent a353ce7 commit ac48998Copy full SHA for ac48998
.eslintrc
@@ -16,6 +16,7 @@
16
"ignorePatterns": [
17
"coverage/",
18
".nyc_output/",
19
+ "test-published-types/",
20
"tests/fixtures/flat-config/"
21
],
22
"rules": {
0 commit comments