From 5a354abbc71e1ec4585fc03c64b5962653214d55 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 6 May 2020 07:37:53 +0200 Subject: [PATCH] fix --- index.js | 2 +- jenkins.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index af2fc45..f3724ca 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ module.exports = { parser: 'vue-eslint-parser', extends: [ - '@scode/eslint-config-es6', + '@sapphirecode/eslint-config-es6', 'plugin:vue/recommended' ], diff --git a/jenkins.js b/jenkins.js index c2fb836..0902b0c 100644 --- a/jenkins.js +++ b/jenkins.js @@ -24,4 +24,3 @@ child_process.exec ('git log -1 | grep \'\\[no publish\\]\'') } else { child_process.execSync ('yarn publish --access public'); } }); -