tip-archive icon indicating copy to clipboard operation
tip-archive copied to clipboard

Stylelint autoSave vscode config

Open JaeYeopHan opened this issue 4 years ago • 0 comments

{
  "editor.formatOnSave": true,
  "javascript.format.enable": false,
  "eslint.alwaysShowStatus": true,
  "eslint.options": {
    "extensions": [".html", ".ts", ".js", ".tsx"]
  },
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "files.autoSaveDelay": 500,
  "eslint.packageManager": "yarn",
  "typescript.tsdk": "node_modules/typescript/lib"
}

"files.autoSaveDelay": 500

https://github.com/stylelint/vscode-stylelint/issues/35

JaeYeopHan avatar Feb 02 '20 12:02 JaeYeopHan