Skip to content

yangsu/eslint-config-p5js

Repository files navigation

eslint-config-p5js

npm version

ESLint config for p5.js

Installation

npm install --save-dev eslint-config-p5js

Usage

Add the following to your .eslintrc, which includes the configuration for p5.js

{
    "extends": "p5js"
}

Configuration for p5.sound

{
    "extends": "p5js/sound"
}

Configuration for p5.js and all plugins

{
    "extends": [
        "p5js",
        "p5js/sound"
    ]
}

Generate the eslint environment

Install browserify Run installation instructions for node-canvas

npm run-script generate