JSPM

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

ESLint config for PixiJS plugin creators

Package Exports

  • @pixi/eslint-config

Readme

PixiJS Code Style

PixiJS has a unique taste of coding style, which inspired me to create an ESLint config that can be installed for any project. This is primarily created for PixiJS plugins built in Typescript.

Install

npm install -D @pixi/eslint-config

Use

{
    "extends": [
        "@pixi/eslint-config"
    ]
}