Skip to content

Commit

Permalink
Chore: Deactivate consistent-docs-url in internal rules folder (#9815)
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Jan 14, 2018
1 parent 2e87ddd commit cd5681d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/internal-rules/.eslintrc.yml
@@ -1,4 +1,4 @@
rules:
rulesdir/no-invalid-meta: "error"
rulesdir/consistent-docs-description: "error"
rulesdir/consistent-docs-url: "error"
rulesdir/consistent-docs-url: "off"
2 changes: 1 addition & 1 deletion tools/internal-rules/consistent-docs-description.js
Expand Up @@ -104,7 +104,7 @@ function checkMetaDocsDescription(context, exportsNode) {

module.exports = {
meta: {
docs: {// eslint-disable-line rulesdir/consistent-docs-url
docs: {
description: "enforce correct conventions of `meta.docs.description` property in core rules",
category: "Internal",
recommended: false
Expand Down
2 changes: 1 addition & 1 deletion tools/internal-rules/consistent-docs-url.js
Expand Up @@ -75,7 +75,7 @@ function checkMetaDocsUrl(context, exportsNode) {

module.exports = {
meta: {
docs: {// eslint-disable-line rulesdir/consistent-docs-url
docs: {
description: "enforce correct conventions of `meta.docs.url` property in core rules",
category: "Internal",
recommended: false
Expand Down
2 changes: 1 addition & 1 deletion tools/internal-rules/no-invalid-meta.js
Expand Up @@ -151,7 +151,7 @@ function isCorrectExportsFormat(node) {

module.exports = {
meta: {
docs: {// eslint-disable-line rulesdir/consistent-docs-url
docs: {
description: "enforce correct use of `meta` property in core rules",
category: "Internal",
recommended: false
Expand Down

0 comments on commit cd5681d

Please sign in to comment.