Socket
Socket
Sign inDemoInstall

@haensl/eslint-config

Package Overview
Dependencies
88
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 1.2.0
* Require space after `async` when declaring functions.
## 1.1.0

@@ -2,0 +5,0 @@ * Update object-curly-newline rule.

@@ -142,3 +142,7 @@ module.exports = {

'error',
'never'
{
'anonymous': 'never',
'named': 'never',
'asyncArrow': 'always'
}
],

@@ -145,0 +149,0 @@ 'space-in-parens': [

2

package.json
{
"name": "@haensl/eslint-config",
"version": "1.1.0",
"version": "1.2.0",
"description": "Default ESLint configuration of HP Dietz.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc