Skip to content

Commit

Permalink
Fix linting from codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
bingneef committed May 21, 2019
1 parent c5408b0 commit c85c47e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/pages/homepage_spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/*global cy*/

const BASE_URL = "http://localhost:8010";

describe("The Home Page", function() {
Expand Down
2 changes: 2 additions & 0 deletions cypress/integration/pages/portfolio_spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/*global cy*/

const BASE_URL = "http://localhost:8010";

describe("Portfolio", function() {
Expand Down
2 changes: 0 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ if (process.env.__NEXT_BUILDER_EXPERIMENTAL_TARGET) {
payload.target = process.env.__NEXT_BUILDER_EXPERIMENTAL_TARGET;
}

console.log({ payload, env: process.env });

module.exports = withTypescript(withSass(withCSS(payload)));

0 comments on commit c85c47e

Please sign in to comment.