ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 48 forks source link

Definition for rule 'react/jsx-no-duplicate-props' was not found #93

Closed oaleynik closed 8 years ago

oaleynik commented 8 years ago

Bump semistandard version to 7.0.5, which contains fix for this issue

tvararu commented 8 years ago

Why was the version locked down in https://github.com/ricardofbarros/linter-js-standard/commit/762992e62f21e66e2be3478b814cbd03494ac90d? Would have fixed itself by trusting SEMVER.

ricardofbarros commented 8 years ago

Hey @oaleynik , thanks to @devTristan PR contribution, this issue is fixed in a proper way instead of a simple dependency update. From now this package will try to use the local standard (project's node_modules/) instead of the bin inside it.

oaleynik commented 8 years ago

One way or other - thanks for finally fixing it! 👍