From 92ba103f456db5f7f5c8c3e19b307a44988b7850 Mon Sep 17 00:00:00 2001 From: Joel McKinnon Date: Thu, 30 Apr 2020 11:53:07 -0700 Subject: [PATCH] modified eslint script and fixed errors found (#2905) Co-authored-by: Andrew Henry --- example/simpleVuePlugin/HelloWorld.vue | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) 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 @@ 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",