Skip to content

Commit

Permalink
Chore: delete internal lint rule consistent-docs-description which …
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jan 9, 2020
1 parent d4cb2da commit 7d172da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 400 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Expand Up @@ -51,8 +51,7 @@ module.exports = {
files: ["lib/rules/*", "tools/internal-rules/*"],
excludedFiles: ["index.js"],
rules: {
"internal-rules/no-invalid-meta": "error",
"internal-rules/consistent-docs-description": "error"
"internal-rules/no-invalid-meta": "error"

/*
* TODO: enable it when all the rules using meta.messages
Expand Down
264 changes: 0 additions & 264 deletions tests/tools/internal-rules/consistent-docs-description.js

This file was deleted.

0 comments on commit 7d172da

Please sign in to comment.