1.1.0 • Published 8 months ago

@gekkota/eslint-config-es-style v1.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
8 months ago

@gekkotadev/eslint-config-es-style

A primarily stylistic ESLint configuration.

Caveats

This shared configuration is only concerned with automatically applying rules (via the --fix flag or VS Code extension). All rules aside from exceptions specified below that cannot be fixed automatically are ignored.

  • max-len
  • no-mixed-spaces-and-tabs

This self imposed caveat exists so that the configuration can get out of your way and fix styling problems by itself.

Integration

VS Code

// .code-workspace
{
    "settings": {
        "editor.codeActionsOnSave": {
            "source.fixAll": true,
        }
    }
}
1.1.0

8 months ago

1.0.0

8 months ago