JSPM

@creuna/eslint-plugin-prop-types-csharp

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q64016F
  • License MIT

Proxy for @creuna/prop-types-csharp/eslint-plugin

Package Exports

  • @creuna/eslint-plugin-prop-types-csharp

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 (@creuna/eslint-plugin-prop-types-csharp) 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-prop-types-csharp

Proxy for @creuna/prop-types-csharp/eslint-plugin

Source:

module.exports = require("@creuna/prop-types-csharp/eslint-plugin");

This package simply imports and exports @creuna/prop-types-csharp/eslint-plugin at whichever version you are using.

Documentation for this plugin can be found here.

Why?

Because in eslint the only way to load a plugin is to create an npm package with a name starting with eslint-plugin-. In @creuna/prop-types-csharp, everything is tightly coupled and it makes more sense to have the actual code of the eslint plugin live there.