@transferwise/eslint-config
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -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` |
{ | ||
"name": "@transferwise/eslint-config", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "TransferWise ESLint & Prettier configuration", | ||
@@ -5,0 +5,0 @@ "main": ".eslintrc.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8411
30