File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1157,7 +1157,6 @@ class Server {
1157
1157
if ( this . options . webSocketServer ) {
1158
1158
const compilers = this . compiler . compilers || [ this . compiler ] ;
1159
1159
1160
- // eslint-disable-next-line no-shadow
1161
1160
compilers . forEach ( ( compiler ) => {
1162
1161
this . addAdditionalEntries ( compiler ) ;
1163
1162
@@ -2128,7 +2127,6 @@ class Server {
2128
2127
// duplicate the same massaging of options that watchpack performs
2129
2128
// https://github.com/webpack/watchpack/blob/master/lib/DirectoryWatcher.js#L49
2130
2129
// this isn't an elegant solution, but we'll improve it in the future
2131
- // eslint-disable-next-line no-undefined
2132
2130
const usePolling =
2133
2131
typeof watchOptions . usePolling !== "undefined"
2134
2132
? watchOptions . usePolling
You can’t perform that action at this time.
0 commit comments