File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ test/coverage
33test /unit /fixtures
44runtime
55* .d.ts
6+ /* .js
Original file line number Diff line number Diff line change 8181 "eslint-config-airbnb-base" : " ^14.2.1" ,
8282 "eslint-plugin-import" : " ^2.22.1" ,
8383 "eslint-plugin-react" : " ^7.23.1" ,
84- "eslint-plugin-react-directives" : " ^1 .0.1 " ,
84+ "eslint-plugin-react-directives" : " ^2 .0.0 " ,
8585 "husky" : " ^4.3.8" ,
8686 "invariant" : " ^2.2.4" ,
8787 "jest" : " ^26.6.3" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ module.exports = {
99 rules : {
1010 'react/prop-types' : 'off' ,
1111 'max-classes-per-file' : 'off' ,
12- 'no-undef' : 'off' ,
13- 'no-unused-vars' : 'off' ,
12+ 'no-undef' : 'off'
1413 }
1514} ;
Original file line number Diff line number Diff line change @@ -1819,10 +1819,10 @@ eslint-plugin-import@^2.22.1:
18191819 resolve "^1.17.0"
18201820 tsconfig-paths "^3.9.0"
18211821
1822- eslint-plugin-react-directives@^1 .0.1 :
1823- version "1 .0.1 "
1824- resolved "https://registry.npm.taobao.org/eslint-plugin-react-directives/download/eslint-plugin-react-directives-1 .0.1 .tgz#76528aa7c557cd728eeffafefceb7dfa490221dc "
1825- integrity sha1-dlKKp8VXzXKO7/r+/Ot9+kkCIdw =
1822+ eslint-plugin-react-directives@^2 .0.0 :
1823+ version "2 .0.0 "
1824+ resolved "https://registry.npm.taobao.org/eslint-plugin-react-directives/download/eslint-plugin-react-directives-2 .0.0 .tgz?cache=0&sync_timestamp=1617442618998&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-react-directives%2Fdownload%2Feslint-plugin-react-directives-2.0.0.tgz#798d928cca4b28603c72f79613cf6a77acbbb247 "
1825+ integrity sha1-eY2SjMpLKGA8cveWE89qd6y7skc =
18261826
18271827eslint-plugin-react@^7.23.1 :
18281828 version "7.23.1"
You can’t perform that action at this time.
0 commit comments