Skip to content

Commit

Permalink
[docs] no-default-export: Fix docs url
Browse files Browse the repository at this point in the history
    Added docsUrl to no-default-export rule

Closes #1769

Signed-off-by: Beatriz Rezener <beatrizrezener@gmail.com>
  • Loading branch information
beatrizrezener committed Jun 23, 2020
1 parent 4d6c539 commit 1abe5f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/rules/no-default-export.js
@@ -1,7 +1,11 @@
import docsUrl from '../docsUrl'

module.exports = {
meta: {
type: 'suggestion',
docs: {},
docs: {
url: docsUrl('no-default-export'),
},
schema: [],
},

Expand Down

0 comments on commit 1abe5f7

Please sign in to comment.