File tree Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 11// .prettierrc.mjs 
22/** @type  {import("prettier").Config } */ 
33export  default  { 
4-    plugins : [ " prettier-plugin-astro" ,   " prettier-plugin-tailwindcss" ] , 
5-    tailwindStylesheet : " src/styles/global.css" , 
6-    tailwindConfig : " tailwind.config.ts" , 
7-    overrides : [ 
8-      { 
9-        files : " *.astro" , 
10-        options : { 
11-          parser : " astro" , 
12-        } , 
13-      } , 
14-      { 
15-        files : " *.svelte" , 
16-        options : { 
17-          parser : " svelte" , 
18-        } , 
19-      } , 
20-    ] , 
4+ 	 plugins : [ ' prettier-plugin-astro' ,   ' prettier-plugin-tailwindcss' ] , 
5+ 	 tailwindStylesheet : ' src/styles/global.css' , 
6+ 	 tailwindConfig : ' tailwind.config.ts' , 
7+ 	 overrides : [ 
8+ 		 { 
9+ 			 files : ' *.astro' , 
10+ 			 options : { 
11+ 				 parser : ' astro' , 
12+ 			 } , 
13+ 		 } , 
14+ 		 { 
15+ 			 files : ' *.svelte' , 
16+ 			 options : { 
17+ 				 parser : ' svelte' , 
18+ 			 } , 
19+ 		 } , 
20+ 	 ] , 
2121} ; 
22- 
Original file line number Diff line number Diff line change 1212		"check" : " astro check"  ,
1313		"lint" : " eslint --cache ."  ,
1414		"format" : " nr lint --fix"  ,
15-      "prettier:check" : " prettier --cache --check --plugin-search-dir=. src"  ,
16-      "prettier:fix" : " prettier --cache --write --plugin-search-dir=. src" 
15+ 		 "prettier:check" : " prettier --cache --check --plugin-search-dir=. src"  ,
16+ 		 "prettier:fix" : " prettier --cache --write --plugin-search-dir=. src" 
1717	},
1818	"dependencies" : {
1919		"@astrojs/react" : " ^4.2.0"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments