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

@scandipwa/eslint-plugin-scandipwa-guidelines

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scandipwa/eslint-plugin-scandipwa-guidelines - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "@scandipwa/eslint-plugin-scandipwa-guidelines",
"version": "1.2.0",
"version": "1.2.1",
"description": "Eslint rules for ScandiPWA",

@@ -5,0 +5,0 @@ "keywords": [

@@ -16,3 +16,3 @@ # eslint-plugin-scandipwa-guidelines

```bash
npm install eslint-plugin-scandipwa-guidelines --save-dev
npm install @scandipwa/eslint-plugin-scandipwa-guidelines --save-dev
```

@@ -24,3 +24,3 @@

Add `scandipwa-guidelines` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
Add `@scandipwa/scandipwa-guidelines` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:

@@ -30,3 +30,3 @@ ```json

"plugins": [
"scandipwa-guidelines"
"@scandipwa/scandipwa-guidelines"
]

@@ -42,3 +42,3 @@ }

"rules": {
"scandipwa-guidelines/rule-name": 2
"@scandipwa/scandipwa-guidelines/rule-name": 2
}

@@ -45,0 +45,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