JSPM

eslint-config-xo-expo

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q39552F
  • License MIT

Package Exports

  • eslint-config-xo-expo
  • eslint-config-xo-expo/index.js

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-config-xo-expo) 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-xo-expo

Our opinionated config for XoJS to be used on every of our own Expo based apps.

Install

bun add --dev xo eslint-config-xo-expo

Usage

package.json

{
    "name": "my-awesome-project",
    "xo": {
        "extends": "xo-expo"
    }
}

.xo-config / .xo-config.json

{
    "extends": [
        "xo-expo"
    ]
}