diff --git a/.prettierrc b/.prettierrc index 30f01c1..1eed9cb 100644 --- a/.prettierrc +++ b/.prettierrc @@ -19,7 +19,8 @@ { "files": ["packages/frontend/**/*"], "options": { - "plugins": ["prettier-plugin-tailwindcss"] + "plugins": ["prettier-plugin-tailwindcss"], + "tailwindPreserveWhitespace": true } } ] diff --git a/packages/frontend/eslint.config.js b/packages/frontend/eslint.config.js index a768ca9..6f771b7 100644 --- a/packages/frontend/eslint.config.js +++ b/packages/frontend/eslint.config.js @@ -18,6 +18,7 @@ export default tseslint.config( 'react-refresh': reactRefresh }, rules: { + '@typescript-eslint/no-unused-vars': 'off', ...reactHooks.configs.recommended.rules, 'react-refresh/only-export-components': ['warn', { allowConstantExport: true }] } diff --git a/packages/frontend/generate-react-cli.json b/packages/frontend/generate-react-cli.json index 65a29c9..6558d41 100644 --- a/packages/frontend/generate-react-cli.json +++ b/packages/frontend/generate-react-cli.json @@ -1,16 +1,16 @@ { - "usesTypeScript": true, - "usesStyledComponents": false, - "usesCssModule": true, - "cssPreprocessor": "scss", - "testLibrary": "Testing Library", - "component": { - "default": { - "path": "src/components", - "withStyle": true, - "withTest": true, - "withStory": true, - "withLazy": true + "usesTypeScript": true, + "usesStyledComponents": false, + "usesCssModule": true, + "cssPreprocessor": "scss", + "testLibrary": "Testing Library", + "component": { + "default": { + "path": "src/components", + "withStyle": false, + "withTest": true, + "withStory": true, + "withLazy": true + } } - } -} \ No newline at end of file +} diff --git a/packages/frontend/index.html b/packages/frontend/index.html index 72f3ebe..a286b74 100644 --- a/packages/frontend/index.html +++ b/packages/frontend/index.html @@ -3,11 +3,11 @@
- +