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