加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.lintstagedrc.js 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
newbyvector 提交于 2023-10-18 16:54 . feat: init xflow 2.0
module.exports = {
'*.{html,js,jsx,ts,tsx,css,less,json,md}': ['prettier --check --ignore-unknown'],
'*.{css,less}': ['stylelint --allow-empty-input'],
'*.{js,jsx,ts,tsx}': ['eslint'],
// FIXME: disabling type checking until we are ready
// also this doesn't work with tsx
/**
*
* @param {string} filenames
* @returns {string}
*/
// '*.{ts,tsx}': (filenames) =>
// ['tsc', '--skipLibCheck', '--noEmit', ...filenames].join(' '),
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化