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

@ballerine/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ballerine/eslint-config - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

CHANGELOG.md
# @ballerine/eslint-config
## 1.0.4
### Patch Changes
- updated eslint rules and plugins
## 1.0.3

@@ -4,0 +10,0 @@

12

index.js

@@ -23,3 +23,3 @@ /** @type {import('eslint').Linter.Config} */

},
plugins: ['@typescript-eslint', 'unused-imports'],
plugins: ['@typescript-eslint', 'unused-imports', 'prefer-arrow'],
rules: {

@@ -30,3 +30,13 @@ '@typescript-eslint/ban-ts-comment': 'warn',

'unused-imports/no-unused-vars': ['warn', { vars: 'all', args: 'after-used' }],
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
'prefer-arrow/prefer-arrow-functions': [
'error',
{
disallowPrototype: true,
singleReturnOnly: false,
classPropertiesAllowed: false,
},
],
},
};

5

package.json
{
"private": false,
"name": "@ballerine/eslint-config",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -15,5 +15,6 @@ "main": "index.js",

"eslint-config-prettier": "^9.0.0",
"eslint-plugin-unused-imports": "^3.0.0"
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3"
},
"scripts": {}
}
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