| author | ymh <ymh.work@gmail.com> |
| Wed, 01 Aug 2018 13:42:46 +0200 | |
| changeset 574 | ad370eb2b020 |
| parent 539 | 08e2513dbc2f |
| permissions | -rw-r--r-- |
|
539
08e2513dbc2f
Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
{ |
|
08e2513dbc2f
Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
"editor.insertSpaces": true, |
|
08e2513dbc2f
Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
"editor.tabSize": 2, |
|
08e2513dbc2f
Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
"eslint.enable": true, |
|
08e2513dbc2f
Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
"eslint.run": "onSave", |
|
08e2513dbc2f
Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
"eslint.packageManager": "yarn" |
|
08e2513dbc2f
Upgrade webpack to 4, upgrade vue.js, and some style changes
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
} |