Commit 5b90c4ca authored by Bryce Johnson's avatar Bryce Johnson

Declare Vue as global per file, not eslintrc.

parent 38422b35
......@@ -9,8 +9,7 @@
"_": false,
"gl": false,
"gon": false,
"localStorage": false,
"Vue": false
"localStorage": false
},
"plugins": [
"filenames"
......
/* global Vue */
(() => {
Vue.component('time-tracking-estimate-only-pane', {
name: 'time-tracking-estimate-only-pane',
......
/* global Vue */
(() => {
Vue.component('time-tracking-help-state', {
name: 'time-tracking-help-state',
......
/* global Vue */
(() => {
Vue.component('time-tracking-no-tracking-pane', {
name: 'time-tracking-no-tracking-pane',
......
/* global Vue */
(() => {
Vue.component('time-tracking-spent-only-pane', {
name: 'time-tracking-spent-only-pane',
......
/* global Vue */
//= require ./help_state
//= require ./collapsed_state
//= require ./spent_only_pane
......
/* global Vue */
//= require ./components/time_tracker
//= require smart_interval
//= require subbable_resource
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment