1.1.0 • Published 3 years ago

eslint-config-p5js v1.1.0

Weekly downloads
59
License
MIT
Repository
github
Last release
3 years ago

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