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

@evanpurkhiser/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evanpurkhiser/eslint-config - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

index.js

@@ -49,3 +49,3 @@ module.exports = {

'eol-last': ['error', 'always'],
'line-comment-position': ["error", { "position": "above" }]
'line-comment-position': ['error', { position: 'above' }],
'new-cap': ['error'],

@@ -70,3 +70,3 @@ 'new-parens': ['error'],

'react/boolean-prop-naming': ['warn'],
'react/default-props-match-prop-types': ['warn']
'react/default-props-match-prop-types': ['warn'],
'react/destructuring-assignment': ['warn'],

@@ -73,0 +73,0 @@ 'react/no-access-state-in-setstate': ['warn'],

{
"name": "@evanpurkhiser/eslint-config",
"version": "0.1.0",
"version": "0.2.0",
"description": "Evan Purkhiser's personal eslint configuration",

@@ -14,6 +14,6 @@ "main": "index.js",

},
"perrDependnecies": {
"eslint": ">=5.0.0",
"peerDependencies": {
"eslint": ">=3.0.0",
"prettier": ">=1.0.0"
}
}

@@ -5,1 +5,15 @@ ## Evan Purkhiser's Personal JS code styles

projects.
Install with
```
yarn install -D @evanpurkihser/eslint-config
```
Create a `.eslintrc` file with the contents:
```json
{
"extends": ["@evanpurkhiser"]
}
```
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