Skip to content

Instantly share code, notes, and snippets.

@marksherman
Created November 12, 2024 14:58
Show Gist options
  • Save marksherman/363bdc72ed7edc170740a7b8301b6a11 to your computer and use it in GitHub Desktop.
Save marksherman/363bdc72ed7edc170740a7b8301b6a11 to your computer and use it in GitHub Desktop.
{
"parserOptions": {
"ecmaVersion": "latest"
},
"plugins": [
"p5js"
],
"env": {
"browser": true,
"es2021": true,
"p5js/p5": true
},
"extends": [
"eslint:recommended",
"plugin:p5js/p5"
],
"rules": {
"prefer-const": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment