fix: change code config
This commit is contained in:
		
							
								
								
									
										2
									
								
								.env
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								.env
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| NEXT_PUBLIC_PROJECT_NAME="Next App Boilerplate Project Name" | ||||
| NEXT_PUBLIC_PROJECT_DESCRIPTION="Your description of your project here" | ||||
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -18,6 +18,7 @@ | ||||
| # misc | ||||
| .DS_Store | ||||
| *.pem | ||||
| ideas.txt | ||||
|  | ||||
| # debug | ||||
| npm-debug.log* | ||||
|   | ||||
| @@ -1,11 +1,10 @@ | ||||
| { | ||||
|   "plugins": [ | ||||
|     "stylelint-scss" | ||||
|   ], | ||||
|   "plugins": ["stylelint-scss"], | ||||
|   "extends": [ | ||||
|     "stylelint-config-standard-scss", | ||||
|     "stylelint-config-prettier-scss" | ||||
|   ], "rules": { | ||||
|   ], | ||||
|   "rules": { | ||||
|     "property-no-vendor-prefix": null, | ||||
|     "comment-empty-line-before": "never", | ||||
|     "comment-no-empty": null, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user