Merge pull request #13 from MillenniumEarl/deepsource-transform-5010fc48
Format code with prettierpull/14/head
commit
eb2e3746d3
app
|
@ -7,7 +7,11 @@ const fs = require("fs");
|
|||
const shared = require("./scripts/shared.js");
|
||||
const constURLs = require("./scripts/constants/urls.js");
|
||||
const selectors = require("./scripts/constants/css-selectors.js");
|
||||
const { isStringAValidURL, urlExists, isF95URL } = require("./scripts/urls-helper.js");
|
||||
const {
|
||||
isStringAValidURL,
|
||||
urlExists,
|
||||
isF95URL,
|
||||
} = require("./scripts/urls-helper.js");
|
||||
const gameScraper = require("./scripts/game-scraper.js");
|
||||
const {
|
||||
prepareBrowser,
|
||||
|
|
Loading…
Reference in New Issue