Remove reference to removed Capfile in lint-staged config (#33329)
				
					
				
			This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
const config = {
 | 
					const config = {
 | 
				
			||||||
  '*': 'prettier --ignore-unknown --write',
 | 
					  '*': 'prettier --ignore-unknown --write',
 | 
				
			||||||
  'Capfile|Gemfile|*.{rb,ruby,ru,rake}': 'bin/rubocop --force-exclusion -a',
 | 
					  'Gemfile|*.{rb,ruby,ru,rake}': 'bin/rubocop --force-exclusion -a',
 | 
				
			||||||
  '*.{js,jsx,ts,tsx}': 'eslint --fix',
 | 
					  '*.{js,jsx,ts,tsx}': 'eslint --fix',
 | 
				
			||||||
  '*.{css,scss}': 'stylelint --fix',
 | 
					  '*.{css,scss}': 'stylelint --fix',
 | 
				
			||||||
  '*.haml': 'bin/haml-lint -a',
 | 
					  '*.haml': 'bin/haml-lint -a',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user