8000 GitHub - ykornilov/budget
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ykornilov/budget

Repository files navigation

Сервис для ведения семейного бюджета

Настройки IDE

VS Code

Для автоформатирования кода применяется плагин esbenp.prettier-vscode

Настройки для workspace в VS Code:

  "editor.formatOnSave": false,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "[javascript]": {
    "editor.formatOnSave": true
  },
  "[javascriptreact]": {
    "editor.formatOnSave": true
  },
  "[typescript]": {
    "editor.formatOnSave": true
  },
  "[typescriptreact]": {
    "editor.formatOnSave": true
  },

Для линтинга кода применяется плагин dbaeumer.vscode-eslint

Настройки для workspace в VS Code:

  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact"
  ],
  "eslint.format.enable": false

Для линтинга стилей применяется плагин stylelint

Настройки для workspace в VS Code:

  "css.validate": false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0