manual changes for no-var eslint rule
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
* and will be replaced soon by a Vue component.
|
||||
*/
|
||||
|
||||
/* eslint-disable no-var */
|
||||
import browser from 'browser';
|
||||
import dom from 'dom';
|
||||
import 'css!./navdrawer';
|
||||
@@ -355,3 +356,4 @@ export default function (options) {
|
||||
|
||||
return new TouchMenuLA();
|
||||
}
|
||||
/* eslint-enable no-var */
|
||||
|
||||
Reference in New Issue
Block a user