Skip to content

Commit

Permalink
Fix gatsbyjs#25207: Ensure assetPrefix, pathPrefix, and basePath are …
Browse files Browse the repository at this point in the history
…correctly applied to URLs in manifest.webmanifest and HTML head. Also, address linting issues by correcting string literals and formatting.
  • Loading branch information
emmron committed Jul 22, 2024
1 parent 111ff8f commit 5e7d907
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:jsx-a11y/recommended",
"plugin:prettier/recommended",
"react-app"
Expand All @@ -20,7 +19,6 @@ module.exports = {
},
"plugins": [
"react",
"react-hooks",
"jsx-a11y",
"prettier"
],
Expand Down

0 comments on commit 5e7d907

Please sign in to comment.