Skip to content

Commit a835893

Browse files
authored
Merge pull request #3835 from Parsely/dependabot/npm_and_yarn/wordpress/eslint-plugin-22.21.0
2 parents ee4058c + 2fa3139 commit a835893

File tree

3 files changed

+571
-22
lines changed

3 files changed

+571
-22
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
// Allow usage of Gutenberg experimental components.
5151
"@wordpress/no-unsafe-wp-apis": "off",
5252
// Allow link tag in JSDocs.
53-
"jsdoc/check-tag-names": ["error", { "definedTags": ["link"] }]
53+
"jsdoc/check-tag-names": ["error", { "definedTags": ["link"] }],
54+
// Disable import resolution checks for TypeScript files as TypeScript handles this.
55+
"import/named": "off",
56+
"import/no-extraneous-dependencies": "off"
5457
}
5558
}

0 commit comments

Comments
 (0)