materialdesignicons, colors, more layout
This commit is contained in:
+3
-1
@@ -22,6 +22,8 @@ module.exports = {
|
||||
],
|
||||
rules: {
|
||||
'generator-star-spacing': 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'vue/singleline-html-element-content-newline': 'off',
|
||||
'vue/multiline-html-element-content-newline': 'off'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user