mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 23:07:09 +02:00
Treat some variables as global
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
e814a01f83
commit
a769b7437b
@ -14,7 +14,8 @@ module.exports = {
|
|||||||
"globals": {
|
"globals": {
|
||||||
"$": true,
|
"$": true,
|
||||||
"Rails": true,
|
"Rails": true,
|
||||||
"Vue": true
|
"Vue": true,
|
||||||
|
"relativeUrlRoot": true
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"indent": [
|
"indent": [
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* global process:true */
|
||||||
import Vue from "vue/dist/vue.esm";
|
import Vue from "vue/dist/vue.esm";
|
||||||
import Vuex from "vuex/dist/vuex.esm";
|
import Vuex from "vuex/dist/vuex.esm";
|
||||||
import { createNamespaceHelpers } from "vuex/dist/vuex.esm";
|
import { createNamespaceHelpers } from "vuex/dist/vuex.esm";
|
||||||
|
Loading…
Reference in New Issue
Block a user