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

eslint-config-vesparny

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vesparny - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "eslint-config-vesparny",
"version": "1.2.0",
"version": "1.2.1",
"description": "Eslint config",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,1 +0,27 @@

# Eslint config
# eslint-config-vesparny
My personal [shared ESLint config](http://eslint.org/docs/developer-guide/shareable-configs)
## Usage
```bs
npm install --save-dev eslint-config-vesparny
```
Then, extend `eslint-config-vesparny` in your `.eslintrc`:
```json
{
"extends": "eslint-config-vesparny"
}
```
React specific rules
```json
{
"extends": "eslint-config-vesparny/react"
}
```
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