0
0
Fork 0

Update binstub templates (#32335)

This commit is contained in:
Matt Jankowski 2024-11-25 11:49:24 -05:00 committed by GitHub
parent 9a7130d6da
commit 6d62581da1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 106 additions and 15 deletions

View file

@ -3,7 +3,7 @@ const config = {
'Capfile|Gemfile|*.{rb,ruby,ru,rake}': 'bin/rubocop --force-exclusion -a',
'*.{js,jsx,ts,tsx}': 'eslint --fix',
'*.{css,scss}': 'stylelint --fix',
'*.haml': 'bundle exec haml-lint -a',
'*.haml': 'bin/haml-lint -a',
'**/*.ts?(x)': () => 'tsc -p tsconfig.json --noEmit',
};