JSPM

  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q42914F
  • License ISC

ESLint shareable config by Pixcomm.

Package Exports

  • @pixcomm/eslint-config
  • @pixcomm/eslint-config/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 (@pixcomm/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

Pixcomm ESLint config

Installation

npm install --save-dev @pixcomm/eslint-config

or

yarn add -D @pixcomm/eslint-config

Usage

Add to your .eslintrc file:

For NodeJS projects:

{
  "extends": "@pixcomm/eslint-config/node"
}

For React projects:

{
  "extends": "@pixcomm/eslint-config/react"
}

For NextJS projects:

{
  "extends": "@pixcomm/eslint-config/next"
}

License

Mozilla Public License 2.0