2017-01-28 00:12:25 +00:00
|
|
|
{
|
2017-02-10 01:24:28 +00:00
|
|
|
"eslint.enable": true,
|
2017-06-24 20:31:32 +00:00
|
|
|
"eslint.autoFixOnSave": true,
|
2017-05-19 23:53:23 +00:00
|
|
|
"puglint.enable": true,
|
|
|
|
"standard.enable": false,
|
2017-06-24 20:31:32 +00:00
|
|
|
"editor.formatOnSave": false,
|
2017-05-28 02:24:46 +00:00
|
|
|
"editor.tabSize": 2
|
2017-02-10 01:24:28 +00:00
|
|
|
}
|