mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Set vue html indent to 4 spaces
This commit is contained in:
parent
ce9e24ab28
commit
58f118a9dc
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ module.exports = {
|
|||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
"indent": ['error', 4]
|
||||
'indent': ['error', 4],
|
||||
'vue/html-indent': ['error', 4]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue