New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fal-works/eslint-config-p5js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fal-works/eslint-config-p5js - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

2

package.json
{
"name": "@fal-works/eslint-config-p5js",
"description": "ESLint config for p5.js global mode. Supports TypeScript as well.",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "FAL",

@@ -6,2 +6,3 @@ # @fal-works/eslint-config-p5js

## Install

@@ -21,2 +22,3 @@

## Usage

@@ -26,5 +28,6 @@

Add the config name "p5js" to the `extends` list in your `eslintrc`.
Add the config name "@fal-works/p5js" to the `extends` list in your `eslintrc`.
This will add some globals and also overwrite the "no-unused-vars" rule.
This will add some globals and also overwrite the "no-unused-vars" rule.
So this should come after other extensions which also include "no-unused-vars".

@@ -34,4 +37,4 @@ ```json

"extends": [
"eslint:recommended", // any other config
"p5js" // this should come after the above
"eslint:recommended",
"@fal-works/p5js"
]

@@ -45,3 +48,4 @@ }

This overwrites the "@typescript-eslint/no-unused-vars" rule for p5.js. No additional globals.
This will overwrite the "@typescript-eslint/no-unused-vars" rule for p5.js (no additional globals).
So this should come after other extensions which also include "@typescript-eslint/no-unused-vars".

@@ -52,5 +56,5 @@ ```json

"eslint:recommended",
"p5js",
"@fal-works/p5js",
"plugin:@typescript-eslint/recommended",
"p5js/@typescript-eslint", // this should come after the above
"@fal-works/p5js/@typescript-eslint",
]

@@ -70,4 +74,4 @@ }

"eslint:recommended",
"p5js",
"p5js/sound",
"@fal-works/p5js",
"@fal-works/p5js/sound",
]

@@ -74,0 +78,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc