Skip to content

Commit 36e49c0

Browse files
committed
refactor(lint-staged.config): regenerate asset
1 parent 6a916f2 commit 36e49c0

2 files changed

Lines changed: 17 additions & 13 deletions

File tree

lint-staged.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

lint-staged.config.mjs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// @ts-check
2+
'use strict';
3+
4+
import { deepMergeConfig } from '@-xun/symbiote/assets';
5+
import { moduleExport } from '@-xun/symbiote/assets/lint-staged.config.mjs';
6+
// TODO: publish latest rejoinder package first, then update configs to use it
7+
//import { createDebugLogger } from 'rejoinder';
8+
9+
/*const debug = createDebugLogger({ namespace: 'symbiote:config:lint-staged' });*/
10+
11+
const config = deepMergeConfig(moduleExport(), {
12+
// Any custom configs here will be deep merged with moduleExport's result
13+
});
14+
15+
export default config;
16+
17+
/*debug('exported config: %O', config);*/

0 commit comments

Comments
 (0)