Node.js
npm i -g semistandard@12.0.1{ "editor.tabSize": 2, "window.zoomLevel": 1, "javascript.validate.enable": false, "standard.engine":"semistandard", "standard.autoFixOnSave": true, "vetur.validation.template": false, "vetur.format.defaultFormatterOptions": { "prettier": { "singleQuote": true, "semi": true }, "eslint.options": { "plugins": [ "html" ] } }, "files.associations": { "*.vue": "vue" }, "javascript.updateImportsOnFileMove.enabled": "always", // path intellisense "editor.codeActionsOnSave": { "source.fixAll.eslint": true } }
Last updated