Skip to content
Snippets Groups Projects
Commit 18bff3cd authored by Migushthe2nd's avatar Migushthe2nd
Browse files

Update Eslint rules

parent 2807e841
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,10 @@ module.exports = {
],
// add your custom rules here
rules: {
indent: 'off',
'vue/html-indent': 'off',
'vue/html-closing-bracket-spacing': 'off',
'comma-dangle': 'off',
'vue/singleline-html-element-content-newline': ['warn', {
ignoreWhenNoAttributes: true,
ignoreWhenEmpty: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment