assets/js/global.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 11
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 1
Metric Value
cc 0
eloc 9
nc 1
dl 0
loc 11
c 2
b 0
f 1
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 1
1
let $ = require('jquery');
0 ignored issues
show
Unused Code introduced by
The variable $ seems to be never used. Consider removing it.
Loading history...
2
import 'popper.js'
3
import 'bootstrap'
4
import './paper/perfect-scrollbar.jquery.min'
5
import './paper/chartjs.min'
6
import './paper/bootstrap-notify'
7
import './paper/paper-dashboard'
8
import './ajaxFormSubmit'
9
10
// is needed for the build process
11
require('../img/wm2018.png');