Passed
Push — master ( e4d188...89c309 )
by Elvis Henrique
08:38 queued 04:22
created

resources/scripts/admin/index.js (2 issues)

1
// eslint-disable-next-line no-unused-vars
2
import config from "@config";
0 ignored issues
show
Replace "@config" with '@config'
Loading history...
3
import "@styles/admin";
0 ignored issues
show
Replace "@styles/admin" with '@styles/admin'
Loading history...
4
// import 'airbnb-browser-shims'; // Uncomment if needed
5
6
// Your code goes here ...
7