Skip to content

Commit

Permalink
chore(lint): fix lint issues in eslintrc.js (doh)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed May 10, 2020
1 parent 51fc61b commit bb0b911
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module.exports = {
root: true,
extends: [
'@nuxtjs/eslint-config-typescript',
'@nuxtjs/eslint-config-typescript'
],
plugins: [
'jest',
'jest'
],
rules: {
'arrow-parens': 'off',
'vue/html-closing-bracket-newline': 'off',
'vue/multiline-html-element-content-newline': 'off',
'vue/singleline-html-element-content-newline': 'off',
},
'vue/singleline-html-element-content-newline': 'off'
}
}

0 comments on commit bb0b911

Please sign in to comment.