MAYDAY1993 / mayday1993.github.io

只记录技术问题
https://mayday1993.github.io/
8 stars 1 forks source link

* is defined but not used by no-unused-vars #50

Open MAYDAY1993 opened 6 years ago

MAYDAY1993 commented 6 years ago

issue

screenshots:

screen shot 2018-02-13 at 2 58 59 pm screen shot 2018-02-13 at 2 59 18 pm

solution:

  1. install eslint-plugin-react in package.json; 2.in .eslintrc.json file add:

   "react/jsx-uses-vars": 2

in rules object

done 😃