1.0.1 • Published 4 years ago

eslint-config-pixi v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years 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 eslint-config-pixi

Use

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