lint: dprint

This commit is contained in:
lin onetwo 2023-05-19 11:22:38 +08:00
parent a3bd62846d
commit 830e11aa77
151 changed files with 2071 additions and 1541 deletions

View file

@ -60,13 +60,12 @@ module.exports = {
__filename: true,
__dirname: true,
},
cache:
process.platform === 'darwin'
? {
type: 'filesystem',
buildDependencies: {
config: [__filename],
},
}
: undefined,
cache: process.platform === 'darwin'
? {
type: 'filesystem',
buildDependencies: {
config: [__filename],
},
}
: undefined,
};