diff --git a/example/simpleVuePlugin/HelloWorld.vue b/example/simpleVuePlugin/HelloWorld.vue
index 6d7dd5fb86..8737ec727a 100644
--- a/example/simpleVuePlugin/HelloWorld.vue
+++ b/example/simpleVuePlugin/HelloWorld.vue
@@ -1,14 +1,14 @@
- {{ msg }}
+{{ msg }}
diff --git a/package.json b/package.json
index 9a68e1fb3f..22a2bb8129 100644
--- a/package.json
+++ b/package.json
@@ -76,8 +76,8 @@
},
"scripts": {
"start": "node app.js",
- "lint": "eslint platform example src/**/*.{js,vue} openmct.js",
- "lint:fix": "eslint platform example src/**/*.{js,vue} openmct.js --fix",
+ "lint": "eslint platform example src --ext .js,.vue openmct.js",
+ "lint:fix": "eslint platform example src --ext .js,.vue openmct.js --fix",
"build:prod": "cross-env NODE_ENV=production webpack",
"build:dev": "webpack",
"build:watch": "webpack --watch",