Socket
Book a DemoInstallSign in
Socket

@pixi/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/eslint-config

ESLint config for PixiJS plugin creators

latest
Source
npmnpm
Version
6.0.0
Version published
Maintainers
3
Created
Source

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

Keywords

pixi.js

FAQs

Package last updated on 06 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts