Skip to content

Commit

Permalink
style: single quote ์ ์šฉ
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Sep 6, 2023
1 parent b6c9f6a commit 645d738
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module.exports = {
presets: [
[
"@babel/preset-env",
'@babel/preset-env',
{
targets: {
browsers: ["last 2 versions", "not dead", "not ie <= 11"],
browsers: ['last 2 versions', 'not dead', 'not ie <= 11'],
},
},
],
["@babel/preset-react"],
"@babel/preset-typescript",
['@babel/preset-react'],
'@babel/preset-typescript',
],
plugins: ["babel-plugin-styled-components"],
plugins: ['babel-plugin-styled-components'],
};

0 comments on commit 645d738

Please sign in to comment.