JSPM

@bounce-insights/eslint-config

1.0.8
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 231
    • Score
      100M100P100Q100117F
    • License ISC

    Eslint config for Bounce Insights.

    Package Exports

    • @bounce-insights/eslint-config

    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 (@bounce-insights/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

    eslint-config

    Bounce Insights shareable ESLint configuration file

    Usage

    To use this in your project run the following command

    npm install @bounce-insights/eslint-config eslint eslint-plugin-react --save-dev

    Add a .eslintrc.js file to the root of your project with the following content

    module.exports = {
        "extends": "@bounce-insights",
    }