File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ node_modules
Original file line number Diff line number Diff line change 11{
22 "name" : " react-tunnels" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A easy way to communicate rendering logic and data to ancestor components in React." ,
55 "main" : " ./lib/index.js" ,
66 "scripts" : {
7171 "semi" : 0 ,
7272 "quotes" : 0 ,
7373 "comma-dangle" : 0 ,
74- "curly" : [2 , " multi-line" ],
74+ "curly" : [
75+ 2 ,
76+ " multi-line"
77+ ],
7578 "arrow-parens" : 0 ,
7679 "class-methods-use-this" : 0 ,
7780 "symbol-description" : 0 ,
78- "no-unused-vars" : [2 , { "varsIgnorePattern" : " ^_+$" }],
81+ "no-unused-vars" : [
82+ 2 ,
83+ {
84+ "varsIgnorePattern" : " ^_+$"
85+ }
86+ ],
7987 "import/no-extraneous-dependencies" : 0 ,
8088 "no-confusing-arrow" : 0 ,
8189 "no-else-return" : 0 ,
You can’t perform that action at this time.
0 commit comments