@airbnb/config-eslint
Advanced tools
Comparing version
@@ -6,2 +6,18 @@ # Change Log | ||
## 2.5.0 - 2020-01-06 | ||
#### 🚀 Updates | ||
- **[eslint]** Enable new rules. ([f802639](https://github.com/airbnb/nimbus/commit/f802639)) | ||
#### 📦 Dependencies | ||
- **[eslint]** Update core and plugins to latest. ([e1a8f2c](https://github.com/airbnb/nimbus/commit/e1a8f2c)) | ||
**Note:** Version bump only for package @airbnb/config-eslint | ||
## 2.4.0 - 2019-12-11 | ||
@@ -8,0 +24,0 @@ |
@@ -152,2 +152,3 @@ "use strict"; | ||
'unicorn/prefer-includes': 'error', | ||
'unicorn/prefer-modern-dom-apis': 'warn', | ||
'unicorn/prefer-negative-index': 'warn', | ||
@@ -154,0 +155,0 @@ 'unicorn/prefer-node-append': 'error', |
@@ -90,2 +90,3 @@ "use strict"; | ||
'@typescript-eslint/no-require-imports': 'error', | ||
'@typescript-eslint/no-throw-literal': 'warn', | ||
'@typescript-eslint/no-unused-vars': ['error', noUnused], | ||
@@ -92,0 +93,0 @@ '@typescript-eslint/no-use-before-define': 'error', |
{ | ||
"name": "@airbnb/config-eslint", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Reusable ESLint config.", | ||
@@ -24,18 +24,18 @@ "keywords": [ | ||
"@beemo/driver-eslint": "^1.2.0", | ||
"@typescript-eslint/eslint-plugin": "^2.11.0", | ||
"@typescript-eslint/parser": "^2.11.0", | ||
"@typescript-eslint/eslint-plugin": "^2.15.0", | ||
"@typescript-eslint/parser": "^2.15.0", | ||
"babel-eslint": "^10.0.3", | ||
"eslint": "^6.7.2", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-plugin-import": "^2.19.1", | ||
"eslint-plugin-jest": "^23.1.1", | ||
"eslint-plugin-jest": "^23.3.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-react": "^7.17.0", | ||
"eslint-plugin-react-hooks": "^2.3.0", | ||
"eslint-plugin-unicorn": "^14.0.1" | ||
"eslint-plugin-unicorn": "^15.0.1" | ||
}, | ||
"gitHead": "6c1c7e9bda55336cf200ec9757b0163ba650e846" | ||
"gitHead": "d528ec2b36ae1c7286c9f58e870fd1c2aa572130" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
290175
0.16%477
0.42%0
-100%+ Added
- Removed
- Removed
Updated
Updated