包详细信息

@backstage/eslint-plugin

backstage250.7kApache-2.00.1.11

Backstage ESLint plugin

自述文件

headline

Backstage

English | 한국어 | 中文版 | Français

License CNCF Status Discord Code style Codecov OpenSSF Best Practices OpenSSF Scorecard

What is Backstage?

Backstage is an open source framework for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly without compromising autonomy.

Backstage unifies all your infrastructure tooling, services, and documentation to create a streamlined development environment from end to end.

software-catalog

Out of the box, Backstage includes:

  • Backstage Software Catalog for managing all your software such as microservices, libraries, data pipelines, websites, and ML models
  • Backstage Software Templates for quickly spinning up new projects and standardizing your tooling with your organization’s best practices
  • Backstage TechDocs for making it easy to create, maintain, find, and use technical documentation, using a "docs like code" approach
  • Plus, a growing ecosystem of open source plugins that further expand Backstage’s customizability and functionality

Backstage was created by Spotify but is now hosted by the Cloud Native Computing Foundation (CNCF) as an Incubation level project. For more information, see the announcement.

Project roadmap

For information about the detailed project roadmap including delivered milestones, see the Roadmap.

Getting Started

To start using Backstage, see the Getting Started documentation.

Documentation

The documentation of Backstage includes:

Community

To engage with our community, you can use the following resources:

Governance

See the GOVERNANCE.md document in the backstage/community repository.

License

Copyright 2020-2025 © The Backstage Authors. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: https://www.linuxfoundation.org/trademark-usage

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Security

Please report sensitive security issues using Spotify's bug-bounty program rather than GitHub.

For further details, see our complete security release process.

更新日志

@backstage/eslint-plugin

0.1.11

Patch Changes

  • 098ef95: Fix custom rules package scanning performance.
  • 063b2d3: Added new eslint rule to restrict mixed plugin imports.

    New rule @backstage/no-mixed-plugin-imports disallows mixed imports between plugins that are mixing the backstage architecture. This rule forces that:

    • No imports from frontend plugins to backend plugins or other frontend plugins.
    • No imports from backend plugins to frontend plugins or other backend plugins.
    • No imports from common plugins to frontend or backend plugins.

    The current recommended configuration is giving a warning for mixed imports. This is to be changed in the future to an error so please adjust your workspace accordingly.

0.1.11-next.0

Patch Changes

  • 098ef95: Fix custom rules package scanning performance.

0.1.10

Patch Changes

  • b1c2a2d: Exclude @material-ui/data-grid
  • 63963f6: Internal refactor to deal with estree upgrade

0.1.10-next.1

Patch Changes

  • b1c2a2d: Exclude @material-ui/data-grid

0.1.10-next.0

Patch Changes

  • 63963f6: Internal refactor to deal with estree upgrade

0.1.9

Patch Changes

  • 08895e3: Added support for linting dependencies on workspace packages with the backstage.inline flag.

0.1.9-next.0

Patch Changes

  • 08895e3: Added support for linting dependencies on workspace packages with the backstage.inline flag.

0.1.8

Patch Changes

  • 65ec043: add some pickers fixes

0.1.7

Patch Changes

  • 9ef572d: fix lint rule fixer for more than one Component + Prop
  • 3a7eee7: eslint autofix for mui ThemeProvider
  • d55828d: add fixer logic for import aliases

0.1.7-next.0

Patch Changes

  • 9ef572d: fix lint rule fixer for more than one Component + Prop
  • 3a7eee7: eslint autofix for mui ThemeProvider

0.1.6

Patch Changes

  • 999224f: Bump dependency minimatch to v9

0.1.6-next.0

Patch Changes

  • 999224f: Bump dependency minimatch to v9

0.1.5

Patch Changes

  • 995d280: Added new @backstage/no-top-level-material-ui-4-imports rule that forbids top level imports from Material UI v4 packages

0.1.5-next.0

Patch Changes

  • 995d280: Added new @backstage/no-top-level-material-ui-4-imports rule that forbids top level imports from Material UI v4 packages

0.1.4

Patch Changes

  • 107dc46: The no-undeclared-imports rule will now prefer using version queries that already exist en the repo for the same dependency type when installing new packages.

0.1.4-next.0

Patch Changes

  • 107dc46ab1: The no-undeclared-imports rule will now prefer using version queries that already exist en the repo for the same dependency type when installing new packages.

0.1.3

Patch Changes

  • 911c25de59c: Add support for auto-fixing missing imports detected by the no-undeclared-imports rule.

0.1.3-next.0

Patch Changes

  • 911c25de59c: Add support for auto-fixing missing imports detected by the no-undeclared-imports rule.

0.1.2

Patch Changes

  • a061c466d66: Fixing a bug that we should check internal dependencies too

0.1.2-next.0

Patch Changes

  • a061c466d6: Fixing a bug that we should check internal dependencies too

0.1.0

Minor Changes

  • 179d301518: Added a new ESLint plugin with common rules for Backstage projects. See the README for more details.

0.1.0-next.0

Minor Changes

  • 179d301518: Added a new ESLint plugin with common rules for Backstage projects. See the README for more details.