This commit is contained in:
Timo Hocker 2020-05-06 07:37:53 +02:00
parent 6fc605bd53
commit 5a354abbc7
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
parser: 'vue-eslint-parser',
extends: [
'@scode/eslint-config-es6',
'@sapphirecode/eslint-config-es6',
'plugin:vue/recommended'
],

View File

@ -24,4 +24,3 @@ child_process.exec ('git log -1 | grep \'\\[no publish\\]\'')
}
else { child_process.execSync ('yarn publish --access public'); }
});