Passed
Push — trunk ( e29f9e...dee8bf )
by Christian
12:14 queued 12s
created

directive.init.ts ➔ createAppDirectives   A

Complexity

Conditions 1

Size

Total Lines 4
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 3
dl 0
loc 4
rs 10
c 0
b 0
f 0
1
/* istanbul ignore file */
2
3
/**
4
 * @package admin
5
 */
6
7
import directives from 'src/app/directive';
8
9
// eslint-disable-next-line sw-deprecation-rules/private-feature-declarations
10
export default function createAppDirectives(): void {
11
    directives();
12
}
13