1 Star 0 Fork 1

Repository Mirrors/mastodon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lint-staged.config.js 351 Bytes
一键复制 编辑 原始数据 按行查看 历史
Renaud Chaput 提交于 2024-01-12 10:09 . Improve lint-staged config (#28704)
const config = {
'*': 'prettier --ignore-unknown --write',
'Capfile|Gemfile|*.{rb,ruby,ru,rake}':
'bundle exec rubocop --force-exclusion -a',
'*.{js,jsx,ts,tsx}': 'eslint --fix',
'*.{css,scss}': 'stylelint --fix',
'*.haml': 'bundle exec haml-lint -a',
'**/*.ts?(x)': () => 'tsc -p tsconfig.json --noEmit',
};
module.exports = config;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirr/mastodon.git
git@gitee.com:mirr/mastodon.git
mirr
mastodon
mastodon
main

搜索帮助