Skip to content
SiteEmail

Overview

Use eslint-plugin-gameface in your projects to catch unsupported or risky Gameface patterns during development, instead of at runtime.

The plugin checks the same kinds of problems you would hit in Gameface for:

  • CSS and SCSS — properties, functions, selectors, and documented limits (for example var() inside @keyframes)
  • HTML — unsupported or partial elements, inline and embedded styles, data binding attributes
  • JSX / TSX — inline styles, data binding, and SVG markup in components
  • JavaScript / TypeScript — globals and APIs that Gameface does not support or only partially supports