New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-net-9e15

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-net-9e15 - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

7

index.js

@@ -8,15 +8,8 @@ /* eslint-env node */

'google',
'plugin:lodash-fp/recommended',
],
plugins: [
'html',
'lodash-fp',
],
rules: {
'keyword-spacing': 'error',
'lodash-fp/consistent-compose': ['error', 'flow'],
'lodash-fp/no-for-each': 'error',
'lodash-fp/prefer-constant': 'error',
'lodash-fp/prefer-identity': 'error',
'lodash-fp/preferred-alias': 'error',
'require-jsdoc': 'off',

@@ -23,0 +16,0 @@ 'strict': ['error', 'global'],

7

package.json
{
"name": "eslint-config-net-9e15",
"version": "3.0.0",
"version": "4.0.0",
"description": "ESLint shareable config for net-9e15 projects",
"author": "Michał Kownacki <mkownacki@9e15.net> (https://github.com/kownacki)",
"author": "Codemachine Sp. z o.o. <team@9e15.net>",
"license": "MIT",

@@ -21,4 +21,3 @@ "main": "index.js",

"eslint-config-google": "^0.9.1",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-lodash-fp": "^2.1.3"
"eslint-plugin-html": "^3.1.1"
},

@@ -25,0 +24,0 @@ "devDependencies": {

@@ -32,3 +32,2 @@ # eslint-config-net-9e15

- [`google`](https://github.com/google/eslint-config-google)
- [`plugin:lodash-fp/recommended`](https://github.com/jfmengels/eslint-plugin-lodash-fp)

@@ -35,0 +34,0 @@ but also specifies additional rules.

Sorry, the diff of this file is not supported yet

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