5.1.0 • Published 5 months ago

@pixi/eslint-config v5.1.0

Weekly downloads
212
License
MIT
Repository
github
Last release
5 months ago

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"
    ]
}