remove nano-stated.mjs

This commit is contained in:
younglei 2022-06-13 21:11:34 +08:00
parent 6bb8a182e5
commit 0d8e24ca61

View File

@ -1,7 +0,0 @@
export default {
// eslint
'*.{js,ts,tsx,vue}': 'eslint --cache --fix',
// typecheck
'packages/renderer/**/{*.ts,*.tsx,*.vue,tsconfig.json}': ({ filenames }) =>
'npm run typecheck',
}