Switch linting to ESLint and Prettier (#191)
* Switch linting to ESLint and Prettier * Clean up config * Prettier fixes
This commit was merged in pull request #191.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
var jsdomOptions = {
|
||||
url: "https://example.org/",
|
||||
runScripts: "dangerously"
|
||||
}
|
||||
};
|
||||
|
||||
require("jsdom-global")("", jsdomOptions)
|
||||
require("jsdom-global")("", jsdomOptions);
|
||||
|
||||
Reference in New Issue
Block a user