mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	fixed lint-staged
This commit is contained in:
		@@ -36,10 +36,10 @@
 | 
				
			|||||||
    "test:watch": "jest --watch --config ./internal/testing/jest-config.ts"
 | 
					    "test:watch": "jest --watch --config ./internal/testing/jest-config.ts"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "lint-staged": {
 | 
					  "lint-staged": {
 | 
				
			||||||
    "*.{tsx?}": [
 | 
					    "*.tsx?": [
 | 
				
			||||||
      "npm run format:ts"
 | 
					      "npm run format:ts"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "*.{(sc|sa|c)ss}": [
 | 
					    "*.(sc|sa|c)ss": [
 | 
				
			||||||
      "npm run format:scss"
 | 
					      "npm run format:scss"
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user