JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 61
  • Score
    100M100P100Q78979F
  • License BSD-3-Clause

A shareable ESLint config with Stylistic.

Package Exports

    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 (@radham/eslint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @radham/eslint-config

    A shareable ESLint config with Stylistic.

    Install

    npm install --save-dev @radham/eslint-config @eslint/js @stylistic/eslint-plugin eslint-plugin-sort typescript-eslint

    Usage

    import radham from '@radham/eslint-config';
    import { defineConfig } from 'eslint/config';
    import globals from 'globals';
    
    export default defineConfig([
      {
        files: ['**/*.ts'],
        extends: [radham],
        languageOptions: { globals: globals.node /* or `globals.browser` */ }
      }
    ]);

    License

    The BSD 3-Clause license. See the license file for details.