diff --git a/.eslintrc.js b/.eslintrc.js index bc20e067678ecf1d9ba23151cadf3e46085919f3..ae5bc658e5020bc3c168172de2412f92cd9c5a32 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,8 +1,8 @@ module.exports = { - extends: ["airbnb-typescript"], + extends: ['airbnb-typescript'], parserOptions: { - project: "./tsconfig.json", + project: './tsconfig.json', ecmaFeatures: { jsx: true, }, diff --git a/prettierrc.json b/.prettierrc.json similarity index 92% rename from prettierrc.json rename to .prettierrc.json index 643e3d72cce3c256ccace96084cbd8a9b112456c..af8549961417e9b94ae224c55602bbd55e319034 100644 --- a/prettierrc.json +++ b/.prettierrc.json @@ -5,7 +5,7 @@ "semi": true, "singleQuote": true, "quoteProps": "as-needed", - "jsxSingleQuote": true, + "jsxSingleQuote": false, "trailingComma": "all", "bracketSpacing": true, "jsxBracketSameLine": false, diff --git a/public/index.html b/public/index.html index aa069f27cbd9d53394428171c3989fd03db73c76..6a9f8c26bb7b9c041fa351ee3a7ee8fd9cf40690 100644 --- a/public/index.html +++ b/public/index.html @@ -5,10 +5,7 @@ <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> - <meta - name="description" - content="Web site created using create-react-app" - /> + <meta name="description" content="Web site created using create-react-app" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <!-- manifest.json provides metadata used when your web app is installed on a