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

eslint-config-nhardy

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-nhardy - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

1

dist/index.js

@@ -13,2 +13,3 @@ 'use strict';

'no-param-reassign': [2, { props: false }],
'no-warning-comments': [1, { terms: ['todo', 'fixme', 'xxx', 'kludge'], location: 'anywhere' }],
'react/jsx-closing-bracket-location': [2, 'after-props']

@@ -15,0 +16,0 @@ },

2

package.json
{
"name": "eslint-config-nhardy",
"version": "0.0.4",
"version": "0.0.5",
"description": "An mi9-esque ESLint config which extends eslint-config-airbnb",

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

@@ -8,2 +8,3 @@ export default {

'no-param-reassign': [2, { props: false }],
'no-warning-comments': [1, { terms: ['todo', 'fixme', 'xxx', 'kludge'], location: 'anywhere' }],
'react/jsx-closing-bracket-location': [2, 'after-props'],

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