1
0
Fork 0
forked from gitea/nas

Change: リアクションデッキのTS化 (WIP)

This commit is contained in:
KMY 2025-05-27 12:11:17 +09:00
parent 7c65b6f9df
commit 0c27b62a25
6 changed files with 138 additions and 44 deletions

View file

@ -1,10 +1,10 @@
const config = {
// '*': 'prettier --ignore-unknown --write',
'*': 'prettier --ignore-unknown --write',
'Gemfile|*.{rb,ruby,ru,rake}': 'bin/rubocop --force-exclusion -a',
// '*.{js,jsx,ts,tsx}': 'eslint --fix',
// '*.{css,scss}': 'stylelint --fix',
// '*.haml': 'bin/haml-lint -a',
// '**/*.ts?(x)': () => 'tsc -p tsconfig.json --noEmit',
'*.{js,jsx,ts,tsx}': 'eslint --fix',
'*.{css,scss}': 'stylelint --fix',
'*.haml': 'bin/haml-lint -a',
'**/*.ts?(x)': () => 'tsc -p tsconfig.json --noEmit',
};
module.exports = config;