Skip to content

Commit c8be18f

Browse files
committed
fix(eslint-shareable-config): remove jsdoc/check-examples
This rule haven't worked for a very long time and likely never will again.
1 parent 4fa878f commit c8be18f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eslint-shareable-config/index.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ module.exports = {
157157
files: ["**/*.js", "**/*.ts"],
158158
extends: ["plugin:jsdoc/recommended"],
159159
rules: {
160-
"jsdoc/check-examples": "warn",
161160
"jsdoc/check-indentation": "warn",
162161
"jsdoc/check-syntax": "warn",
163162
"jsdoc/check-tag-names": ["error", { definedTags: ["remarks"] }],

0 commit comments

Comments
 (0)