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

@transferwise/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transferwise/eslint-config - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

.eslintrc.js

@@ -16,2 +16,3 @@ const prettierConfig = require('./.prettierrc');

'no-use-before-define': 0,
'jsx-a11y/label-has-for': 0,
'jsx-a11y/label-has-associated-control': [

@@ -24,4 +25,5 @@ 2,

'import/prefer-default-export': 0,
'prefer-promise-reject-errors': 0,
curly: [1, 'all'],
},
};

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

# v2.1.0
## Ignore`jsx-a11y/label-has-for` since [AirBnb rules are still accounting for both and](https://github.com/airbnb/javascript/issues/1873). Also remove `prefer-promise-reject-errors` for tests.
# v2.0.0

@@ -2,0 +5,0 @@ ## Use `jsx-a11y/label-has-associated-control` in favour of deprecated `jsx-a11y/label-has-for`

2

package.json
{
"name": "@transferwise/eslint-config",
"version": "2.0.0",
"version": "2.1.0",
"description": "TransferWise ESLint & Prettier configuration",

@@ -5,0 +5,0 @@ "main": ".eslintrc.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