Skip to content

Commit fd8c54a

Browse files
authoredNov 14, 2021
chore: remove redundant eslint-disable comments (#4024)
1 parent 5927a72 commit fd8c54a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎lib/Server.js

-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class Server {
5050
};
5151
}
5252

53-
// eslint-disable-next-line class-methods-use-this
5453
static isAbsoluteURL(URL) {
5554
// Don't match Windows paths `c:\`
5655
if (/^[a-zA-Z]:\\/.test(URL)) {
@@ -436,7 +435,6 @@ class Server {
436435
return this.compiler.options;
437436
}
438437

439-
// eslint-disable-next-line class-methods-use-this
440438
async normalizeOptions() {
441439
const { options } = this;
442440

0 commit comments

Comments
 (0)
Please sign in to comment.