prettier aded
This commit is contained in:
		
							parent
							
								
									8de30cba1e
								
							
						
					
					
						commit
						21d6ce423b
					
				
							
								
								
									
										2
									
								
								.prettierignore
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								.prettierignore
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,2 @@ | ||||
| node_modules | ||||
| dist | ||||
							
								
								
									
										6
									
								
								.prettierrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.prettierrc
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,6 @@ | ||||
| { | ||||
|   "singleQuote": true, | ||||
|   "trailingComma": "all", | ||||
|   "printWidth": 80, | ||||
|   "semi": false | ||||
| } | ||||
| @ -4,11 +4,16 @@ import react from 'eslint-plugin-react' | ||||
| import reactHooks from 'eslint-plugin-react-hooks' | ||||
| import reactRefresh from 'eslint-plugin-react-refresh' | ||||
| import tseslint from 'typescript-eslint' | ||||
| import prettierPlugin from 'eslint-plugin-prettier' | ||||
| 
 | ||||
| export default tseslint.config( | ||||
|   { ignores: ['dist'] }, | ||||
|   { | ||||
|     extends: [js.configs.recommended, ...tseslint.configs.recommendedTypeChecked], | ||||
|     extends: [ | ||||
|       js.configs.recommended, | ||||
|       ...tseslint.configs.recommendedTypeChecked, | ||||
|       'plugin:prettier/recommended', | ||||
|     ], | ||||
|     files: ['**/*.{ts,tsx}'], | ||||
|     languageOptions: { | ||||
|       ecmaVersion: 2020, | ||||
| @ -16,15 +21,23 @@ export default tseslint.config( | ||||
|       parserOptions: { | ||||
|         project: ['./tsconfig.node.json', './tsconfig.app.json'], | ||||
|         tsconfigRootDir: import.meta.dirname, | ||||
|         sourceType: 'module', | ||||
|         ecmaFeatures: { | ||||
|           jsx: true, | ||||
|         }, | ||||
|       }, | ||||
|     }, | ||||
|     settings: { react: { version: '18.3' } }, | ||||
|     plugins: { | ||||
|       prettier: prettierPlugin, | ||||
|       react, | ||||
|       'react-hooks': reactHooks, | ||||
|       'react-refresh': reactRefresh, | ||||
|     }, | ||||
|     rules: { | ||||
|       'prettier/prettier': 'error', | ||||
|       'react/react-in-jsx-scope': 'off', | ||||
|       '@typescript-eslint/explicit-module-boundary-types': 'off', | ||||
|       ...reactHooks.configs.recommended.rules, | ||||
|       ...react.configs.recommended.rules, | ||||
|       ...react.configs['jsx-runtime'].rules, | ||||
|  | ||||
							
								
								
									
										112
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										112
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -17,10 +17,13 @@ | ||||
|         "@types/react-dom": "^18.3.0", | ||||
|         "@vitejs/plugin-react-swc": "^3.5.0", | ||||
|         "eslint": "^9.9.0", | ||||
|         "eslint-config-prettier": "^9.1.0", | ||||
|         "eslint-plugin-prettier": "^5.2.1", | ||||
|         "eslint-plugin-react": "^7.37.0", | ||||
|         "eslint-plugin-react-hooks": "^5.1.0-rc.0", | ||||
|         "eslint-plugin-react-refresh": "^0.4.9", | ||||
|         "globals": "^15.9.0", | ||||
|         "prettier": "^3.3.3", | ||||
|         "typescript": "^5.5.3", | ||||
|         "typescript-eslint": "^8.0.1", | ||||
|         "vite": "^5.4.1" | ||||
| @ -211,6 +214,18 @@ | ||||
|         "node": ">= 8" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@pkgr/core": { | ||||
|       "version": "0.1.1", | ||||
|       "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz", | ||||
|       "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==", | ||||
|       "dev": true, | ||||
|       "engines": { | ||||
|         "node": "^12.20.0 || ^14.18.0 || >=16.0.0" | ||||
|       }, | ||||
|       "funding": { | ||||
|         "url": "https://opencollective.com/unts" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@rollup/rollup-win32-x64-msvc": { | ||||
|       "version": "4.22.5", | ||||
|       "cpu": [ | ||||
| @ -1212,6 +1227,48 @@ | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/eslint-config-prettier": { | ||||
|       "version": "9.1.0", | ||||
|       "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", | ||||
|       "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", | ||||
|       "dev": true, | ||||
|       "bin": { | ||||
|         "eslint-config-prettier": "bin/cli.js" | ||||
|       }, | ||||
|       "peerDependencies": { | ||||
|         "eslint": ">=7.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/eslint-plugin-prettier": { | ||||
|       "version": "5.2.1", | ||||
|       "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz", | ||||
|       "integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "prettier-linter-helpers": "^1.0.0", | ||||
|         "synckit": "^0.9.1" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^14.18.0 || >=16.0.0" | ||||
|       }, | ||||
|       "funding": { | ||||
|         "url": "https://opencollective.com/eslint-plugin-prettier" | ||||
|       }, | ||||
|       "peerDependencies": { | ||||
|         "@types/eslint": ">=8.0.0", | ||||
|         "eslint": ">=8.0.0", | ||||
|         "eslint-config-prettier": "*", | ||||
|         "prettier": ">=3.0.0" | ||||
|       }, | ||||
|       "peerDependenciesMeta": { | ||||
|         "@types/eslint": { | ||||
|           "optional": true | ||||
|         }, | ||||
|         "eslint-config-prettier": { | ||||
|           "optional": true | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/eslint-plugin-react": { | ||||
|       "version": "7.37.0", | ||||
|       "dev": true, | ||||
| @ -1355,6 +1412,12 @@ | ||||
|       "dev": true, | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/fast-diff": { | ||||
|       "version": "1.3.0", | ||||
|       "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", | ||||
|       "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node_modules/fast-glob": { | ||||
|       "version": "3.3.2", | ||||
|       "dev": true, | ||||
| @ -2420,6 +2483,33 @@ | ||||
|         "node": ">= 0.8.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/prettier": { | ||||
|       "version": "3.3.3", | ||||
|       "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", | ||||
|       "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", | ||||
|       "dev": true, | ||||
|       "bin": { | ||||
|         "prettier": "bin/prettier.cjs" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">=14" | ||||
|       }, | ||||
|       "funding": { | ||||
|         "url": "https://github.com/prettier/prettier?sponsor=1" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/prettier-linter-helpers": { | ||||
|       "version": "1.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", | ||||
|       "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "fast-diff": "^1.1.2" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">=6.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/prop-types": { | ||||
|       "version": "15.8.1", | ||||
|       "dev": true, | ||||
| @ -2858,6 +2948,22 @@ | ||||
|         "url": "https://github.com/sponsors/ljharb" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/synckit": { | ||||
|       "version": "0.9.1", | ||||
|       "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz", | ||||
|       "integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@pkgr/core": "^0.1.0", | ||||
|         "tslib": "^2.6.2" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^14.18.0 || >=16.0.0" | ||||
|       }, | ||||
|       "funding": { | ||||
|         "url": "https://opencollective.com/unts" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/text-table": { | ||||
|       "version": "0.2.0", | ||||
|       "dev": true, | ||||
| @ -2885,6 +2991,12 @@ | ||||
|         "typescript": ">=4.2.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/tslib": { | ||||
|       "version": "2.7.0", | ||||
|       "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", | ||||
|       "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node_modules/type-check": { | ||||
|       "version": "0.4.0", | ||||
|       "dev": true, | ||||
|  | ||||
| @ -7,6 +7,7 @@ | ||||
|     "dev": "vite", | ||||
|     "build": "tsc -b && vite build", | ||||
|     "lint": "eslint .", | ||||
|     "format": "prettier --write .", | ||||
|     "preview": "vite preview" | ||||
|   }, | ||||
|   "dependencies": { | ||||
| @ -19,10 +20,13 @@ | ||||
|     "@types/react-dom": "^18.3.0", | ||||
|     "@vitejs/plugin-react-swc": "^3.5.0", | ||||
|     "eslint": "^9.9.0", | ||||
|     "eslint-config-prettier": "^9.1.0", | ||||
|     "eslint-plugin-prettier": "^5.2.1", | ||||
|     "eslint-plugin-react": "^7.37.0", | ||||
|     "eslint-plugin-react-hooks": "^5.1.0-rc.0", | ||||
|     "eslint-plugin-react-refresh": "^0.4.9", | ||||
|     "globals": "^15.9.0", | ||||
|     "prettier": "^3.3.3", | ||||
|     "typescript": "^5.5.3", | ||||
|     "typescript-eslint": "^8.0.1", | ||||
|     "vite": "^5.4.1" | ||||
|  | ||||
| @ -20,5 +20,5 @@ | ||||
| 
 | ||||
|     "types": ["vite/client"] | ||||
|   }, | ||||
|   "include": ["vite.config.ts"], | ||||
|   "include": ["vite.config.ts"] | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user