Skip to content

archive-for-processing/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.dom

{
    "extends": "p5js/dom"
}

Configuration for p5.sound

{
    "extends": "p5js/sound"
}

Configuration for p5.js and all plugins

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

Generate the eslint environment

Install browserify Run installation instructions for node-canvas

npm run-script generate

About

ESLint config for p5.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%