Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@10up/eslint-config

Package Overview
Dependencies
Maintainers
6
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@10up/eslint-config - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@10up/eslint-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "A shareable ESLint configuration",

@@ -5,0 +5,0 @@ "main": ".eslintrc",

@@ -19,5 +19,12 @@ # eslint-config-10up

"eslintConfig": {
"extends": "10up"
"extends": "@10up/eslint-config"
}
}
```
Or add a .eslintrc file to your project root containing:
```json
{
"extends": "@10up/eslint-config"
}
```
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