add linter
This commit is contained in:
6
resources/js/bootstrap.js
vendored
6
resources/js/bootstrap.js
vendored
@@ -4,10 +4,10 @@
|
||||
* CSRF token as a header based on the value of the "XSRF" token cookie.
|
||||
*/
|
||||
|
||||
import axios from 'axios';
|
||||
window.axios = axios;
|
||||
import axios from 'axios'
|
||||
window.axios = axios
|
||||
|
||||
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|
||||
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'
|
||||
|
||||
/**
|
||||
* Echo exposes an expressive API for subscribing to channels and listening
|
||||
|
||||
Reference in New Issue
Block a user