JSPM

eslint-plugin-react-with-classes

1.0.0-alpha.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 55
  • Score
    100M100P100Q67568F
  • License MIT

ESLint plugin for Material UI withStyles

Package Exports

  • eslint-plugin-react-with-classes

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-plugin-react-with-classes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

eslint-plugin-react-with-classes Version Badge

Build Status dependency status dev dependency status License Downloads

npm badge

ESLint plugin for mui-withstyles.

Rules

Caveats

  • If not passed directly to withStyles, theme => ({ ... }) calls must be named styles whether they're declared inline or default-exported from another module

Examples

  • See the tests for valid/invalid cases