Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Written wrong #878

Merged
merged 1 commit into from
Jun 28, 2017
Merged

fix: Written wrong #878

merged 1 commit into from
Jun 28, 2017

Conversation

ali-master
Copy link

replace find with isArray in loadash import

@@ -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';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead tho, maybe we should not even bother importing this, since Array.isArray is in the language :-)

can we replace this with omit or something, since that's actually useful?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷🏼‍♂️😁

@coveralls
Copy link

coveralls commented Jun 18, 2017

Coverage Status

Coverage decreased (-1.3%) to 93.854% when pulling b263af2 on ali-master:patch-1 into 3f9e4bf on benmosher:master.

@benmosher
Copy link
Member

thanks @ali-master !

@ali-master
Copy link
Author

Hi @benmosher

You'r wellcome,
I hope success for You.

SpainTrain pushed a commit to SpainTrain/eslint-plugin-import that referenced this pull request Aug 2, 2017
* origin/master: (66 commits)
  [Fix] unescape unnecessarily escaped regex slashes
  [Dev Deps] dev dep ranges should match peer dep ranges
  docs(readme): add space (import-js#888)
  bump to v2.7.0
  changelog note for import-js#843
  upgraded no-absolute-path to use `moduleVisitor` pattern to support all module systems
  PR note fixes
  bump to v2.6.1 to bump dep on node resolver to latest 😳
  Update no-extraneous-dependencies.md (import-js#878)
  Fix flow interface imports giving false-negative with `named` rule
  bump to 2.6.0, node/0.3.1, webpack/0.8.3, memo-parser/0.2.0
  chore(eslint): upgrade to eslint@4
  memo-parser: require eslint >= 3.5.0 (need file path always)
  build on node v4, again (import-js#855)
  bump to v2.5.0
  bump `debug` version everywhere
  resolvers/webpack: v0.8.2
  eslint-module-utils: v2.1.1 (bumping to re-publish to npm)
  [Tests] comment out failing (and probably invalid) test
  Only apps should have lockfiles.
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants