Skip to content

Commit

Permalink
add missing urls
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jul 6, 2018
1 parent 9130cde commit 977b9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/rules/jsx-max-depth.js
Expand Up @@ -6,6 +6,7 @@

const has = require('has');
const variableUtil = require('../util/variable');
const docsUrl = require('../util/docsUrl');

// ------------------------------------------------------------------------------
// Rule Definition
Expand Down
1 change: 1 addition & 0 deletions lib/rules/jsx-sort-default-props.js
Expand Up @@ -5,6 +5,7 @@
'use strict';

const variableUtil = require('../util/variable');
const docsUrl = require('../util/docsUrl');

// ------------------------------------------------------------------------------
// Rule Definition
Expand Down

0 comments on commit 977b9bc

Please sign in to comment.