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

eslint-config-noise

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-noise - npm Package Compare versions

Comparing version 0.16.1 to 0.16.2

4

base/rules/plugin-unicorn.js

@@ -218,3 +218,5 @@ 'use strict';

// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/prefer-spread.md
'unicorn/prefer-spread': 'error',
// Disabled for now until they implement a TS version.
// https://github.com/sindresorhus/eslint-plugin-unicorn/issues/347
'unicorn/prefer-spread': 'off',

@@ -221,0 +223,0 @@ // Prefer `String#replaceAll()` over regex searches with the global flag

{
"name": "eslint-config-noise",
"version": "0.16.1",
"version": "0.16.2",
"license": "MIT",

@@ -27,3 +27,3 @@ "repository": {

},
"gitHead": "69b574431c77755239a6c5699185452a17327839"
"gitHead": "b3b52074efbeb8ebb40e8816b67a8bd687cda16f"
}

@@ -5,2 +5,6 @@ 'use strict';

extends: ['plugin:vue/vue3-recommended', 'prettier'],
rules: {
camelcase: 'off',
'import/no-anonymous-default-export': 'off',
},
};
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