mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 14:57:18 +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": {
|
||||
"$": true,
|
||||
"Rails": true,
|
||||
"Vue": true
|
||||
"Vue": true,
|
||||
"relativeUrlRoot": true
|
||||
},
|
||||
"rules": {
|
||||
"indent": [
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* global process:true */
|
||||
import Vue from "vue/dist/vue.esm";
|
||||
import Vuex from "vuex/dist/vuex.esm";
|
||||
import { createNamespaceHelpers } from "vuex/dist/vuex.esm";
|
||||
|
Loading…
Reference in New Issue
Block a user