File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 22
22
*/
23
23
24
24
import noel from '@augu/eslint-config' ;
25
- import { fileURLToPath } from 'url' ;
26
25
27
- export default ( typeof noel === 'function' ? noel : noel . default ) ( {
28
- perfectionist : true ,
29
- typescript : {
30
- tsconfig : fileURLToPath ( new URL ( 'tsconfig.json' , import . meta. url ) )
31
- }
32
- } ) ;
26
+ export default ( typeof noel === 'function' ? noel : noel . default ) ( { perfectionist : false } ) ;
Original file line number Diff line number Diff line change 21
21
* SOFTWARE.
22
22
*/
23
23
24
- export * from './constants' ;
25
-
26
24
export {
27
25
EventBus ,
28
26
type EventEmitterLike ,
@@ -32,11 +30,6 @@ export {
32
30
isEventEmitterLike
33
31
} from './EventBus' ;
34
32
35
- export * from './functions' ;
36
-
37
- export { Lazy , lazy } from './Lazy' ;
38
- export { Stopwatch } from './Stopwatch' ;
39
-
40
33
export type {
41
34
ConstructorReturnType ,
42
35
Ctor ,
@@ -49,3 +42,9 @@ export type {
49
42
ObjectKeysWithSeperator ,
50
43
ReaddirOptions
51
44
} from './types' ;
45
+
46
+ export { Lazy , lazy } from './Lazy' ;
47
+ export { Stopwatch } from './Stopwatch' ;
48
+
49
+ export * from './functions' ;
50
+ export * from './constants' ;
You can’t perform that action at this time.
0 commit comments