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
Loading
...@@ -14,6 +14,10 @@ module.exports = { ...@@ -14,6 +14,10 @@ module.exports = {
], ],
// add your custom rules here // add your custom rules here
rules: { rules: {
indent: 'off',
'vue/html-indent': 'off',
'vue/html-closing-bracket-spacing': 'off',
'comma-dangle': 'off',
'vue/singleline-html-element-content-newline': ['warn', { 'vue/singleline-html-element-content-newline': ['warn', {
ignoreWhenNoAttributes: true, ignoreWhenNoAttributes: true,
ignoreWhenEmpty: 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