Passed
Pull Request — master (#353)
by
unknown
05:13
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