File tree Expand file tree Collapse file tree 4 files changed +871
-726
lines changed
app/javascript/action_cable Expand file tree Collapse file tree 4 files changed +871
-726
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export function createWebSocketURL(url) {
71
71
const a = document . createElement ( "a" )
72
72
a . href = url
73
73
// Fix populating Location properties in IE. Otherwise, protocol will be blank.
74
- a . href = a . href
74
+ a . href = a . href // eslint-disable-line
75
75
a . protocol = a . protocol . replace ( "http" , "ws" )
76
76
return a . href
77
77
} else {
Original file line number Diff line number Diff line change 26
26
"devDependencies" : {
27
27
"@rollup/plugin-commonjs" : " ^19.0.1" ,
28
28
"@rollup/plugin-node-resolve" : " ^11.0.1" ,
29
- "eslint" : " ^4.3 .0" ,
30
- "eslint-plugin-import" : " ^2.7 .0" ,
29
+ "eslint" : " ^8.40 .0" ,
30
+ "eslint-plugin-import" : " ^2.29 .0" ,
31
31
"karma" : " ^6.4.2" ,
32
32
"karma-chrome-launcher" : " ^2.2.0" ,
33
33
"karma-qunit" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 24
24
"devDependencies" : {
25
25
"@rollup/plugin-node-resolve" : " ^11.0.1" ,
26
26
"@rollup/plugin-commonjs" : " ^19.0.1" ,
27
- "eslint" : " ^4.3 .0" ,
28
- "eslint-plugin-import" : " ^2.23.4 " ,
27
+ "eslint" : " ^8.40 .0" ,
28
+ "eslint-plugin-import" : " ^2.29.0 " ,
29
29
"rollup" : " ^2.35.1" ,
30
30
"rollup-plugin-terser" : " ^7.0.2"
31
31
},
You can’t perform that action at this time.
0 commit comments