shelveit
Version:
state persistence in json, yaml, toml, or ini files, optionally encrypted
15 lines (14 loc) • 471 B
JSON
{
"css.validate": false,
"eslint.validate": ["javascript", "javascriptreact", "vue", "html"],
"flow.fileExtensions": [".js", ".mjs", ".jsx", ".flow", ".json"],
"flow.useNPMPackagedFlow": true,
"html.format.enable": false,
"javascript.format.enable": false,
"javascript.validate.enable": false,
"less.validate": false,
"prettier.eslintIntegration": true,
"prettier.stylelintIntegration": true,
"scss.validate": false,
"editor.formatOnSave": true
}