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 #103

Closed gsklee closed 7 years ago

gsklee commented 8 years ago

After updated to 3.3.0 I'm getting this warning in nearly every React-related files I opened.

gsklee commented 8 years ago

I'm using semi-standard btw.

nikmartin commented 8 years ago

I just started getting this today after updating all my packages.

gsklee commented 8 years ago

@ricardofbarros Any ideas?

ricardofbarros commented 8 years ago

Hey @gsklee since 3.3.0 this package uses the standard, semistandard relative to the project node_modules if it doesn't find any it just uses the default version inside this package.

Check if the semistandard you have on your project is up to date.

sonicdoe commented 7 years ago

Given the age of this issue, I’m going to close it. If anyone is still running into this, please let me know and I’ll take a closer look.