Skip to content

Commit

Permalink
linter: add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mradkov committed Sep 23, 2020
1 parent 3471507 commit c1d0068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
}],
'vue/component-name-in-template-casing': ['error', 'PascalCase', {
registeredComponentsOnly: false,
ignores: ['i18n']
ignores: ['i18n'],
}],
'vue/eqeqeq': 'error',
'vue/key-spacing': 'error',
Expand Down

1 comment on commit c1d0068

@mradkov
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.