Skip to content
Snippets Groups Projects
Commit a36df3ea authored by Chif Gergő's avatar Chif Gergő
Browse files

Fix prettierrc config name

parent 07f6ad78
No related branches found
No related tags found
2 merge requests!7update master to dev,!1Configuration
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
module.exports = {
extends: ["airbnb-typescript"],
extends: ['airbnb-typescript'],
parserOptions: {
project: "./tsconfig.json",
project: './tsconfig.json',
ecmaFeatures: {
jsx: true,
},
......
......@@ -5,7 +5,7 @@
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment