Change: リアクションデッキのTS化 (WIP)
This commit is contained in:
parent
7c65b6f9df
commit
0c27b62a25
6 changed files with 138 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue