Passed
Pull Request — master (#353)
by
unknown
05:13
created

resources/scripts/admin/index.js

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 2
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 2
mnd 0
bc 0
fnc 0
dl 0
loc 2
bpm 0
cpm 0
noi 2
c 0
b 0
f 0
1
// eslint-disable-next-line no-unused-vars
2
import config from "@config";
0 ignored issues
show
introduced by
Replace "@config" with '@config'
Loading history...
3
import "@styles/admin";
0 ignored issues
show
introduced by
Replace "@styles/admin" with '@styles/admin'
Loading history...
4
// import 'airbnb-browser-shims'; // Uncomment if needed
5
6
// Your code goes here ...
7