Remove jshint esnext: http://jshint.com/docs/options/#esnext and use esversion: 6
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* jshint esnext: true */
|
||||
import { APP_NAME, $document, $pjaxWrapper } from './utils/environment';
|
||||
|
||||
import globals from './globals';
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* jshint esnext: true */
|
||||
import TransitionManager from './transitions/TransitionManager';
|
||||
|
||||
export default function(firstBlood) {
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
/* jshint esnext: true */
|
||||
export {default as Example} from './modules/Example';
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* jshint esnext: true */
|
||||
let uid = 0;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* jshint esnext: true */
|
||||
import { APP_NAME } from '../utils/environment';
|
||||
import AbstractModule from './AbstractModule';
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* jshint esnext: true */
|
||||
import { APP_NAME, $document, $html, isDebug, $pjaxWrapper, $window } from '../utils/environment';
|
||||
import { EVENT as APP_EVENT } from '../App';
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* jshint esnext: true */
|
||||
import { isNumeric } from './is'
|
||||
|
||||
let isAnimating = false;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* jshint esnext: true */
|
||||
import { isFunction } from './is';
|
||||
import { arrayContains, findByKeyValue, removeFromArray } from './array';
|
||||
import { $document, $window, $html, $body } from './environment';
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user