Skip to content

Commit

Permalink
Update no-extraneous-dependencies.md (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Torki authored and benmosher committed Jun 28, 2017
1 parent 8101d39 commit 56e60e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-extraneous-dependencies.md
Expand Up @@ -89,7 +89,7 @@ var foo = require('./foo');

import test from 'ava';
import find from 'lodash.find';
import find from 'lodash.isarray';
import isArray from 'lodash.isarray';

/* eslint import/no-extraneous-dependencies: ["error", {"peerDependencies": true}] */
import react from 'react';
Expand Down

0 comments on commit 56e60e4

Please sign in to comment.