Skip to content

Commit

Permalink
build: update eslintrc
Browse files Browse the repository at this point in the history
see: eslint/eslint#11899
didn't figure out what happened
  • Loading branch information
rocka committed Jun 30, 2019
1 parent 5c6a828 commit 2c23c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -5,6 +5,7 @@ module.exports = {
'plugin:vue/essential'
],
rules: {
'require-atomic-updates': 'off',
'semi': ['error', 'always'],
'quotes': ['error', 'single']
}
Expand Down

0 comments on commit 2c23c42

Please sign in to comment.