Когда я сохраняю I, кавычки меняются с обратных кавычек -> ´
<- (это наоборот) на <code>".
From:
module.exports = {
siteMetadata: {
title: `Gatsby Default Starter`,
description: `Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.`,
author: `@gatsbyjs`,
},
на
module.exports = {
siteMetadata: {
title: "Gatsby Default Starter",
description:
"Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.",
author: "@gatsbyjs",
},
Как я могу это предотвратить?
Я использую prettier и eslint по умолчанию