dragoispas / Makro-New

0 stars 0 forks source link

Makro (Web Client)

Development

React dev server

Formatting & Linting

VSCode

{
  //...
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "eslint.probe": ["javascript", "javascriptreact"],
  "editor.formatOnSave": false,
  // Runs Prettier, then ESLint
  "editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll.eslint"]
  // ...
}