1.0.3 • Published 5 years ago
@blaze-su/eslint-config v1.0.3
ESLINT CONFIG
Install
Установка последней версии пакета:
npm install @blaze-su/eslint-configESLint
Подключение настроек 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"
    ]
}