mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
lint: dprint
This commit is contained in:
parent
a3bd62846d
commit
830e11aa77
151 changed files with 2071 additions and 1541 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue