fixed mix of tab and space in form-demo

This commit is contained in:
Sebastian Frank
2017-08-31 14:54:13 +02:00
parent 15943ce641
commit 8990f4fe9e
2 changed files with 3 additions and 11 deletions

View File

@@ -9,12 +9,12 @@
"browser": true,
"es6": true
},
extends: [
"extends": [
"eslint:recommended",
"plugin:vue/recommended"
],
"rules": {
"indent": ["error", 4],
"no-console": 0
},
}
}