Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-emmanuel committed Apr 3, 2024
1 parent a71df81 commit ac995b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Expand Up @@ -53,7 +53,8 @@
],
"quotes": [
"error",
"single"
"single",
{ "allowTemplateLiterals": true }
],
"semi": [
"error",
Expand Down
3 changes: 1 addition & 2 deletions src/server/server.js
Expand Up @@ -16,8 +16,7 @@ function createServer(route) {
}
}

var urlparser = require('url'),
path = require('path'),
var path = require('path'),
fs = require('fs'),
send = require('send'),
replaceStream = require('replacestream'),
Expand Down

0 comments on commit ac995b2

Please sign in to comment.