mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 17:25:34 +08:00
4 lines
138 B
YAML
4 lines
138 B
YAML
'package.json': 'sort-package-json'
|
|
'*.{js,jsx,ts,tsx}': 'eslint --fix'
|
|
'*.{js,jsx,ts,tsx,md,html,css,json,yml,yaml}': 'prettier --write'
|