1.0.3 • Published 3 years ago

@blaze-su/eslint-config v1.0.3

Weekly downloads
171
License
-
Repository
github
Last release
3 years ago

ESLINT CONFIG

Install

Установка последней версии пакета:

npm install @blaze-su/eslint-config

ESLint

Подключение настроек ESLint

// package.json

"eslintConfig": {
    "extends": ["@blaze-su/eslint-config"]
}

VS Code

// .vscode/settings.json

{
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
      "source.fixAll": true,
      "source.fixAll.eslint": true
    },
    "eslint.validate": [
      "javascript",
      "javascriptreact",
      "typescript",
      "typescriptreact"
    ]
}