Skip to content

Commit

Permalink
fix: new lint failures after package upgrades (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 authored Aug 1, 2023
1 parent 4a0a2c7 commit 97cc179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gridsome.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// To restart press CTRL + C in terminal and run `gridsome develop`

const fs = require("fs");
const yaml = require("js-yaml");
const path = require("path");
const yaml = require("js-yaml");
const marked = require("marked");
const buildJSONApi = require("./src/api/plugins");

Expand Down
2 changes: 1 addition & 1 deletion src/api/plugins.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const write = require("write");
const path = require("path");
const fs = require("fs");
const write = require("write");
const yaml = require("js-yaml");
const { gql } = require("graphql-tag");

Expand Down

0 comments on commit 97cc179

Please sign in to comment.