Socket
Socket
Sign inDemoInstall

eslint-config-itp-base

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-itp-base - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

index.js

@@ -6,2 +6,3 @@ module.exports = {

'no-param-reassign': ['error', { props: false }],
'no-plusplus': ['error', { 'allowForLoopAfterthoughts': true }],
'func-names': 'off',

@@ -15,2 +16,3 @@ 'comma-dangle': ['error', {

}],
"no-underscore-dangle": ["error", { "allow": ["_id"] }],
},

@@ -17,0 +19,0 @@ env: {

2

package.json
{
"name": "eslint-config-itp-base",
"version": "1.0.1",
"version": "1.1.0",
"description": "In The Pocket's base JS ESLint config, based on Airbnb's config",

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

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