Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 346 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 346 Bytes

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